Gets or sets the last day in the schedule. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As NotificationRecipientScheduleEntry
Dim value As Nullable(Of DateTime)

value = instance.ScheduledEndDate

instance.ScheduledEndDate = value

Syntax

Visual Basic
Public Property ScheduledEndDate As Nullable(Of DateTime)
C#
public Nullable<DateTime> ScheduledEndDate { get; set; }
C++
public:
property Nullable<DateTime> ScheduledEndDate {
		Nullable<DateTime> get ();
		void set (Nullable<DateTime> value);
}
J#
/** @property */
public Nullable<DateTime> get_ScheduledEndDate ()

/** @property */
public void set_ScheduledEndDate (Nullable<DateTime> value)
JScript
public function get ScheduledEndDate () : Nullable<DateTime>

public function set ScheduledEndDate (value : Nullable<DateTime>)

Property Value

A DateTime value that contains the last day in the schedule, expressed in Coordinated Universal Time (UTC).

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also