Gets the current maintenance mode information. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As PartialMonitoringObject
Dim returnValue As MaintenanceWindow

returnValue = instance.GetMaintenanceWindow

Syntax

Visual Basic
Public Function GetMaintenanceWindow As MaintenanceWindow
C#
public MaintenanceWindow GetMaintenanceWindow ()
C++
public:
MaintenanceWindow^ GetMaintenanceWindow ()
J#
public MaintenanceWindow GetMaintenanceWindow ()
JScript
public function GetMaintenanceWindow () : MaintenanceWindow

Return Value

A MaintenanceWindow object.

Remarks

If the PartialMonitoringObject is not in maintenance mode, an exception is thrown. See the ScheduleMaintenanceMode method for information about putting the PartialMonitoringObject into maintenance mode.


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