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