Gets or sets the name of the applicant's doctor.
Syntax
public virtual string DoctorName {get; set;}
public read-write property DoctorName: String; virtual;
public function get,set DoctorName : String
public: __property virtual string* get_DoctorName();
public: __property virtual void set_DoctorName(
string* value
);
'Declaration
Public Overridable Property DoctorName As String
'Usage
Dim instance As MedicalDetail
Dim value As String
instance.DoctorName = value
value = instance.DoctorName
Property Value
The doctor's name.
See Also