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