SpacesPoolInfo.IsPoolSystemUnHealthy Property
Gets and sets a value that describes whether the pool system is unhealth.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public bool IsPoolSystemUnHealthy { get; set; }
public:
[DataMemberAttribute]
property bool IsPoolSystemUnHealthy {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property IsPoolSystemUnHealthy As Boolean
Property Value
Type: System.Boolean
true if the pool system is unhealthy; otherwise, false.
See Also
SpacesPoolInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top