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 total space that is used on the drive in bytes.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public ulong UsedSpace { get; internal set; }
public:
property unsigned long long UsedSpace {
unsigned long long get();
internal: void set(unsigned long long value);
}
Public Property UsedSpace As ULong
Get
Friend Set
End Property
Property Value
Type: System.UInt64
The total space that is used on the drive.
See Also
Drive Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top