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