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