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


In This Topic
    JobTrigger Property
    In This Topic
    Returns the object as a JobTrigger
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JobTrigger As JobTrigger
    public JobTrigger JobTrigger {get;}
    public:
    property JobTrigger^ JobTrigger {
       JobTrigger^ get();
    }
    Remarks
    If IsJobTrigger is true this property returns the object cast as a JobTrigger. Otherwise it returns a null reference (Nothing in Visual Basic).
    See Also