Share via


NotificationRecipientScheduleEntry.ScheduledDays Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As NotificationRecipientScheduleEntry
Dim value As NotificationRecipientScheduleEntryDaysOfWeek

value = instance.ScheduledDays

instance.ScheduledDays = value

Syntax

'Declaration
Public Property ScheduledDays As NotificationRecipientScheduleEntryDaysOfWeek
public 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 Value

Returns a NotificationRecipientScheduleEntryDaysOfWeek object that indicates which days of the week are included in this schedule.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

NotificationRecipientScheduleEntry Class
NotificationRecipientScheduleEntry Members
Microsoft.EnterpriseManagement.Administration Namespace