Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the health status of the space.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public int HealthStatusOfSpace { get; set; }
public:
[DataMemberAttribute]
property int HealthStatusOfSpace {
int get();
void set(int value);
}
<DataMemberAttribute>
Public Property HealthStatusOfSpace As Integer
Property Value
Type: System.Int32
The health status of the space.
See Also
DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top