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