Condividi tramite


SpacesPool.TotalCapacity Property

 

Gets the total capacity.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public ulong TotalCapacity { get; internal set; }
public:
property unsigned long long TotalCapacity {
    unsigned long long get();
    internal: void set(unsigned long long value);
}
Public Property TotalCapacity As ULong
    Get
    Friend Set
End Property

Property Value

Type: System.UInt64

The total capacity.

See Also

SpacesPool Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top