PartialMonitoringObject.IsAvailable Property
Applies To: Operations Manager for System Center 2012
Gets a value that indicates whether the monitoring object is available to perform an operation.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool IsAvailable { get; }
public:
property bool IsAvailable {
bool get();
}
member IsAvailable : bool with get
Public ReadOnly Property IsAvailable As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true if the monitoring object is available; otherwise, false.
Examples
For an example of this property, see PartialMonitoringObject
See Also
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top