DiskInfo.Capacity Property

 

Gets and sets the disk capacity.

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

Syntax

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

Property Value

Type: System.UInt64

The disk capacity.

See Also

DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top