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


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