Share via


NotificationRecipientDevice.ScheduleEntries Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

'Usage
Dim instance As NotificationRecipientDevice
Dim value As IList(Of NotificationRecipientScheduleEntry)

value = instance.ScheduleEntries

Syntax

'Declaration
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 Value

Returns 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 Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

NotificationRecipientDevice Class
NotificationRecipientDevice Members
Microsoft.EnterpriseManagement.Administration Namespace