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 used space.
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 used space.
See Also
SpacesPool Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top