Share via


HealthState Enumeration

Defines the range of valid health state values.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As HealthState

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration HealthState
[SerializableAttribute] 
public enum HealthState
[SerializableAttribute] 
public enum class HealthState
/** @attribute SerializableAttribute() */ 
public enum HealthState
SerializableAttribute 
public enum HealthState

Members

Member name Description
Error Specifies that an error condition has occurred.
Success Specifies that the item is in the correct operational state.
Uninitialized Specifies that the item is in an uninitialized state.
Warning Specifies that a warning condition has occurred.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Configuration Namespace