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


In This Topic
    Conditions Property (Job)
    In This Topic
    The conditions that must be met before the job executes
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Conditions As ConditionCollection
    public ConditionCollection Conditions {get;}
    public:
    property ConditionCollection^ Conditions {
       ConditionCollection^ get();
    }
    See Also