public string Condition { get; set; }
Public Property Condition As String
Get
Set
public:
virtual property String^ Condition {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Condition : string with get, set
override Condition : string with get, set