Share via


NotificationRecipientScheduleEntry.ScheduledEndDate Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the last day in the schedule.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public Nullable<DateTime> ScheduledEndDate { get; set; }
public:
property Nullable<DateTime> ScheduledEndDate {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member ScheduledEndDate : Nullable<DateTime> with get, set
Public Property ScheduledEndDate As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

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

See Also

NotificationRecipientScheduleEntry Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top