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


In This Topic
    Schedules Property (NotificationGroupMember)
    In This Topic
    Schedules that determine when this member is used
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Schedules As EffectiveScheduleCollection
    [NotNull()]
    public EffectiveScheduleCollection Schedules {get;}
    [NotNull()]
    public:
    property EffectiveScheduleCollection^ Schedules {
       EffectiveScheduleCollection^ get();
    }
    Remarks

    See the Remarks under NotificationGroupMember for more information.

    See Also