DiskSpaceInfoAvailableFreeSpaceUnitSize Property |
Indicates the amount of available free space on a drive, formatted as a unit size.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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