MonitoringAlert.MonitoringObjectInMaintenanceMode Property
Applies To: Operations Manager for System Center 2012
Gets a value indicating whether the monitoring object associated with the alert is in maintenance mode.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public bool MonitoringObjectInMaintenanceMode { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property bool MonitoringObjectInMaintenanceMode {
bool get();
internal: void set(bool value);
}
[<DataMemberAttribute(IsRequired = true)>]
member MonitoringObjectInMaintenanceMode : bool with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property MonitoringObjectInMaintenanceMode As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
Returns a Boolean value that is true if the monitoring object is in maintenance mode and false otherwise.
See Also
MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top