Share via


NotificationRecipientDevice.ScheduleEntries Property

 

Applies To: Operations Manager for System Center 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)

Syntax

public IList<NotificationRecipientScheduleEntry> ScheduleEntries { get; }
public:
property IList<NotificationRecipientScheduleEntry^>^ ScheduleEntries {
    IList<NotificationRecipientScheduleEntry^>^ get();
}
member ScheduleEntries : IList<NotificationRecipientScheduleEntry> with get
Public ReadOnly Property ScheduleEntries As IList(Of NotificationRecipientScheduleEntry)

Property Value

Type: System.Collections.Generic.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.

See Also

NotificationRecipientDevice Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top