NotificationRecipientDevice.ScheduleEntries Property

Updated: April 16, 2012

Gets a schedule that determines when the device is available to receive notifications. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As NotificationRecipientDevice Dim value As IList(Of NotificationRecipientScheduleEntry) value = instance.ScheduleEntries Public ReadOnly Property ScheduleEntries As IList(Of NotificationRecipientScheduleEntry)public IList<NotificationRecipientScheduleEntry> ScheduleEntries { get; }public: property IList<NotificationRecipientScheduleEntry^>^ ScheduleEntries { IList<NotificationRecipientScheduleEntry^>^ get (); }/** @property */ public IList<NotificationRecipientScheduleEntry> get_ScheduleEntries () public function get ScheduleEntries () : IList<NotificationRecipientScheduleEntry> Property ValueReturns a IList of type NotificationRecipientScheduleEntry that determines when the device is available to receive notifications.

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


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms