NotificationRecipientScheduleEntry.ScheduledDays Property
Applies To: Operations Manager for System Center 2012
Gets or sets the days of the week that are included in the schedule.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public NotificationRecipientScheduleEntryDaysOfWeek ScheduledDays { get; set; }
public:
property NotificationRecipientScheduleEntryDaysOfWeek ScheduledDays {
NotificationRecipientScheduleEntryDaysOfWeek get();
void set(NotificationRecipientScheduleEntryDaysOfWeek value);
}
member ScheduledDays : NotificationRecipientScheduleEntryDaysOfWeek with get, set
Public Property ScheduledDays As NotificationRecipientScheduleEntryDaysOfWeek
Property Value
Type: Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntryDaysOfWeek
Returns a NotificationRecipientScheduleEntryDaysOfWeek object that indicates which days of the week are included in this schedule.
See Also
NotificationRecipientScheduleEntry Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top