Gets or sets the doctor's phone number.
Syntax
'Declaration
Public Overridable Property DoctorPhone As String
'Usage
Dim instance As MedicalDetail
Dim value As String
instance.DoctorPhone = value
value = instance.DoctorPhone
public virtual string DoctorPhone {get; set;}
public read-write property DoctorPhone: String; virtual;
public function get,set DoctorPhone : String
public: __property virtual string* get_DoctorPhone();
public: __property virtual void set_DoctorPhone(
string* value
);
public:
virtual property String^ DoctorPhone {
String^ get();
void set ( String^ value);
}
Property Value
The doctor's phone.
See Also