Applies To: Operations Manager for System Center 2012
Gets the identifier for the health state of the computer.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public HealthState HealthState { get; }
public:
property HealthState HealthState {
    HealthState get();
}
member HealthState : HealthState with get
Public ReadOnly Property HealthState As HealthState
Property Value
Type: Microsoft.EnterpriseManagement.Configuration.HealthState
Returns a HealthState value.
See Also
PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top