Sex Property
Summary
Gets or sets the patient's sex.
Syntax
[DataMemberAttribute()]
public string Sex { get; set; }
<DataMemberAttribute()>
Public Property Sex() As String
Get
Set
public:
[DataMemberAttribute]
property String^ Sex
{
String^ get()
void set(String^ value)
}
Property Value
The patient's sex.