public string? ConditionDescription { get; set; }
Public Property ConditionDescription As String
Get
Set
public:
property String^ ConditionDescription {
String^ get ();
void set (String^ value);
}
member ConditionDescription : string with get, set