Share via


Disk.CapacityBytes Property

 

Gets the total disk capacity in bytes.

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

Syntax

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

Property Value

Type: System.UInt64

The total capacity in bytes.

See Also

Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top