DiskSpaceInfoAvailableFreeSpaceUnitSize Property |
Indicates the amount of available free space on a drive, formatted as a unit size.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public string AvailableFreeSpaceUnitSize { get; }
Public ReadOnly Property AvailableFreeSpaceUnitSize As String
Get
public:
property String^ AvailableFreeSpaceUnitSize {
String^ get ();
}
member AvailableFreeSpaceUnitSize : string with get
Property Value
Type:
StringSee Also