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