Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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