Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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