DriveInfo.UsedSpace Property
Gets and sets a value that describes how much used space there is on the drive.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public ulong UsedSpace { get; set; }
public:
[DataMemberAttribute]
property unsigned long long UsedSpace {
unsigned long long get();
void set(unsigned long long value);
}
<DataMemberAttribute>
Public Property UsedSpace As ULong
Property Value
Type: System.UInt64
How much used space there is on the drive.
See Also
DriveInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top