ConditionDescription Property
In This Topic
A description of the condition.
Syntax
'Declaration
Public ReadOnly Property ConditionDescription As String
public string ConditionDescription {get;}
public:
property String^ ConditionDescription {
String^ get();
}
See Also