NotificationRecipientScheduleEntryType Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As NotificationRecipientScheduleEntryType
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration NotificationRecipientScheduleEntryType
[SerializableAttribute]
public enum NotificationRecipientScheduleEntryType
[SerializableAttribute]
public enum class NotificationRecipientScheduleEntryType
/** @attribute SerializableAttribute() */
public enum NotificationRecipientScheduleEntryType
SerializableAttribute
public enum 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. |
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
Microsoft.EnterpriseManagement.Administration Namespace
NotificationRecipientScheduleEntry.ScheduleEntryType Property