NotificationRecipient.ScheduleEntries Property
Applies To: Operations Manager for System Center 2012
Gets the schedule entries that determine when notifications are enabled for this recipient.
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
Remarks
To add entries to the schedule, use the Add method inherited from the IList interface.
See Also
Update
NotificationRecipient Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top