Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the allocated size of the storage space.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public ulong AllocatedSize { get; internal set; }
public:
property unsigned long long AllocatedSize {
unsigned long long get();
internal: void set(unsigned long long value);
}
Public Property AllocatedSize As ULong
Get
Friend Set
End Property
Property Value
Type: System.UInt64
The allocated size of the storage space.
See Also
Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top