SpacesPoolInfo.HealthStatus Property
Gets and sets the health status.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public int HealthStatus { get; set; }
public:
[DataMemberAttribute]
property int HealthStatus {
int get();
void set(int value);
}
<DataMemberAttribute>
Public Property HealthStatus As Integer
Property Value
Type: System.Int32
The health status.
See Also
SpacesPoolInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top