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