PartialAgentManagedComputer.IsAvailable Property
Applies To: Operations Manager for System Center 2012
Determines if the computer is available to perform actions or if the computer is available to have actions performed on it.
Namespace: Microsoft.EnterpriseManagement.Administration
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 computer is available and false otherwise.
See Also
PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top