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