DiskSpaceInfoTotalSizeUnitSize Property |
The total number of bytes on a disk that are available to the user who is associated with the calling thread, formatted as a unit size.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string TotalSizeUnitSize { get; }
Public ReadOnly Property TotalSizeUnitSize As String
Get
public:
property String^ TotalSizeUnitSize {
String^ get ();
}
member TotalSizeUnitSize : string with get
Property Value
Type:
StringSee Also