adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / TriggerSubClasses Class / IsCustomTrigger Property


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