MaintenanceWindow.ScheduledEndTime Property

 

Applies To: Operations Manager for System Center 2012

Gets the scheduled time, in DateTime format, that maintenance mode will end.

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

Syntax

public DateTime ScheduledEndTime { get; }
public:
property DateTime ScheduledEndTime {
    DateTime get();
}
member ScheduledEndTime : DateTime with get
Public ReadOnly Property ScheduledEndTime As Date

Property Value

Type: System.DateTime

Returns the scheduled time in DateTime that maintenance mode will end.

See Also

MaintenanceWindow Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top