adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationGroupMember Class / UseSchedules Property


In This Topic
    UseSchedules Property (NotificationGroupMember)
    In This Topic
    Indicates whether EffectiveSchedules are used
    Syntax
    'Declaration
     
    
    Public Property UseSchedules As Boolean
    public bool UseSchedules {get; set;}
    public:
    property bool UseSchedules {
       bool get();
       void set (    bool value);
    }
    Remarks

    If false, the EffectiveSchedules are ignored.

    See the Remarks under NotificationGroupMember for more information.

    See Also