NotificationRecipientScheduleEntry.ScheduledDays Property

Updated: April 16, 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)Dim instance As NotificationRecipientScheduleEntry Dim value As NotificationRecipientScheduleEntryDaysOfWeek value = instance.ScheduledDays instance.ScheduledDays = valuePublic Property ScheduledDays As NotificationRecipientScheduleEntryDaysOfWeekpublic NotificationRecipientScheduleEntryDaysOfWeek ScheduledDays { get; set; }public: property NotificationRecipientScheduleEntryDaysOfWeek ScheduledDays { NotificationRecipientScheduleEntryDaysOfWeek get (); void set (NotificationRecipientScheduleEntryDaysOfWeek value); }/** @property */ public NotificationRecipientScheduleEntryDaysOfWeek get_ScheduledDays () /** @property */ public void set_ScheduledDays (NotificationRecipientScheduleEntryDaysOfWeek value) public function get ScheduledDays () : NotificationRecipientScheduleEntryDaysOfWeek public function set ScheduledDays (value : NotificationRecipientScheduleEntryDaysOfWeek) Property ValueReturns a NotificationRecipientScheduleEntryDaysOfWeek object that indicates which days of the week are included in this schedule.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms