adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationAddress Class / EffectiveSchedules Property


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

    See the Remarks under NotificationAddress for more information.

    See Also