NotificationRecipientScheduleEntryType Enumeration
Applies To: Operations Manager for System Center 2012
A value that determines whether the schedule indicates available (included) or unavailable (excluded) notification times.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[SerializableAttribute]
public enum NotificationRecipientScheduleEntryType
[SerializableAttribute]
public enum class NotificationRecipientScheduleEntryType
[<SerializableAttribute>]
type NotificationRecipientScheduleEntryType
<SerializableAttribute>
Public Enumeration NotificationRecipientScheduleEntryType
Members
Member name | Description | |
---|---|---|
Exclusion | The schedule indicates times at which the recipient or device is unavailable for notification. |
|
Inclusion | The schedule indicates times at which the recipient or device is available for notification. |
See Also
ScheduleEntryType
Microsoft.EnterpriseManagement.Administration Namespace
Return to top