DiskInfo.AllocatedSize Property

 

Gets and sets the allocated size of the disk.

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

Syntax

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

Property Value

Type: System.UInt64

The allocated size.

See Also

DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top