adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / ConditionSubClasses Class / IsVariableCondition Property


In This Topic
    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