adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / Triggers Property


In This Topic
    Triggers Property
    In This Topic
    The triggers that cause this job to execute
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Triggers As TriggerCollection
    public TriggerCollection Triggers {get;}
    public:
    property TriggerCollection^ Triggers {
       TriggerCollection^ get();
    }
    See Also