Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
[ElementAttribute()] public string Sex {get; set;}
'Declaration
<ElementAttribute()> Public Property Sex As String
'Usage
Dim instance As CopyPatient Dim value As String instance.Sex = value value = instance.Sex
[ElementAttribute()] public: property String^ Sex { String^ get(); void set ( String^ value); }