adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Trigger Class / IgnoreExclusionPeriods Property


In This Topic
    IgnoreExclusionPeriods Property
    In This Topic
    Determines whether this trigger ignores any ExclusionPeriods that otherwise would apply.
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public Property IgnoreExclusionPeriods As Boolean
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public bool IgnoreExclusionPeriods {get; set;}
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public:
    property bool IgnoreExclusionPeriods {
       bool get();
       void set (    bool value);
    }
    Remarks
    This setting is not currently exposed through the UI.
    See Also