Gets or sets the name of the applicant's doctor.
Syntax
'Declaration
Public Overridable Property DoctorName As String
'Usage
Dim instance As MedicalDetail
Dim value As String
instance.DoctorName = value
value = instance.DoctorName
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
);
public:
virtual property String^ DoctorName {
String^ get();
void set ( String^ value);
}
Property Value
The doctor's name.
See Also