Partager via


SpacesPoolInfo.TotalSize Property

 

Gets and sest the total size.

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

Syntax

[DataMemberAttribute]
public ulong TotalSize { get; set; }
public:
[DataMemberAttribute]
property unsigned long long TotalSize {
    unsigned long long get();
    void set(unsigned long long value);
}
<DataMemberAttribute>
Public Property TotalSize As ULong

Property Value

Type: System.UInt64

The total size.

See Also

SpacesPoolInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top