[ElementAttribute()] public string Sex {get; set;}
'Declaration <ElementAttribute()> Public Property Sex As String
'Usage Dim instance As MoveToNewPatient Dim value As String instance.Sex = value value = instance.Sex
[ElementAttribute()] public: property String^ Sex { String^ get(); void set ( String^ value); }