IsCustomCondition Property
In This Topic
Indicates whether this object is a CustomCondition
Syntax
'Declaration
Public ReadOnly Property IsCustomCondition As Boolean
public bool IsCustomCondition {get;}
public:
property bool IsCustomCondition {
bool get();
}
See Also