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
Represents the days of the week that are included in a NotificationRecipientScheduleEntry.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum NotificationRecipientScheduleEntryDaysOfWeek
[SerializableAttribute]
[FlagsAttribute]
public enum class NotificationRecipientScheduleEntryDaysOfWeek
[<SerializableAttribute>]
[<FlagsAttribute>]
type NotificationRecipientScheduleEntryDaysOfWeek
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration NotificationRecipientScheduleEntryDaysOfWeek
Members
| Member name | Description | |
|---|---|---|
| All | Includes all days in a week in the schedule. |
|
| Friday | Includes Friday in the schedule. |
|
| Monday | Includes Monday in the schedule. |
|
| None | Does not include any days in the schedule. |
|
| Saturday | Includes Saturday in the schedule. |
|
| Sunday | Includes Sunday in the schedule. |
|
| Thursday | Includes Thursday in the schedule. |
|
| Tuesday | Includes Tuesday in the schedule. |
|
| Wednesday | Includes Wednesday in the schedule. |
|
| Weekdays | Includes Monday through Friday in the schedule. |
|
| WeekendDays | Includes Saturday and Sunday in the schedule. |
See Also
ScheduledDays
Microsoft.EnterpriseManagement.Administration Namespace
Return to top