NotificationRecipientScheduleEntry.ScheduledStartDate Property

Updated: April 16, 2012

Gets or sets the first day in the schedule. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As NotificationRecipientScheduleEntry Dim value As Nullable(Of DateTime) value = instance.ScheduledStartDate instance.ScheduledStartDate = valuePublic Property ScheduledStartDate As Nullable(Of DateTime)public Nullable<DateTime> ScheduledStartDate { get; set; }public: property Nullable<DateTime> ScheduledStartDate { Nullable<DateTime> get (); void set (Nullable<DateTime> value); }/** @property */ public Nullable<DateTime> get_ScheduledStartDate () /** @property */ public void set_ScheduledStartDate (Nullable<DateTime> value) public function get ScheduledStartDate () : Nullable<DateTime> public function set ScheduledStartDate (value : Nullable<DateTime>) Property ValueReturns a DateTime value that contains the first day in the schedule, expressed in Coordinated Universal Time (UTC).
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