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


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