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