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