Gets or sets the fully recovered.
Syntax
'Declaration
Public Overridable Property FullyRecovered As String
'Usage
Dim instance As MedicalDetail
Dim value As String
instance.FullyRecovered = value
value = instance.FullyRecovered
public virtual string FullyRecovered {get; set;}
public read-write property FullyRecovered: String; virtual;
public function get,set FullyRecovered : String
public: __property virtual string* get_FullyRecovered();
public: __property virtual void set_FullyRecovered(
string* value
);
public:
virtual property String^ FullyRecovered {
String^ get();
void set ( String^ value);
}
Property Value
The fully recovered.
See Also