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)

Usage

Visual Basic
Dim instance As NotificationRecipientDevice
Dim value As IList(Of NotificationRecipientScheduleEntry)

value = instance.ScheduleEntries

Syntax

Visual Basic
Public ReadOnly Property ScheduleEntries As IList(Of NotificationRecipientScheduleEntry)
C#
public IList<NotificationRecipientScheduleEntry> ScheduleEntries { get; }
C++
public:
property IList<NotificationRecipientScheduleEntry^>^ ScheduleEntries {
		IList<NotificationRecipientScheduleEntry^>^ get ();
}
J#
/** @property */
public IList<NotificationRecipientScheduleEntry> get_ScheduleEntries ()
JScript
public function get ScheduleEntries () : IList<NotificationRecipientScheduleEntry>

Property Value

A IList 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.


Thread Safety

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

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also