adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobTriggerTarget Class / Enabled Property


In This Topic
    Enabled Property (JobTriggerTarget)
    In This Topic
    Indicates whether this target is enabled.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    public:
    property bool Enabled {
       bool get();
       void set (    bool value);
    }
    Remarks
    If the target is disabled (Enabled set to false) it is ignored.
    See Also