NotificationRecipientDevice.ScheduleEntries Property

Definition

The schedule entries that apply to this device.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipientScheduleEntry ^> ^ ScheduleEntries { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipientScheduleEntry ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntry> ScheduleEntries { get; }
member this.ScheduleEntries : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntry>
Public ReadOnly Property ScheduleEntries As IList(Of NotificationRecipientScheduleEntry)

Property Value

IList<NotificationRecipientScheduleEntry>

Returns a IList<T> of type NotificationRecipientScheduleEntry that determines when the device is available to receive notifications.

Remarks

To add entries to the schedule, use the Add method inherited from the IList interface.

Applies to