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


In This Topic
    Enabled Property (ExclusionPeriod)
    In This Topic
    Determines whether the Exclusion Period 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 Exclusion Period is not enabled, it will be ignored by the scheduling engine.
    See Also