|
VolumeQualificationResultsFreeSpace Property |
This value is the available free space, in bytes, on the volume.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic long FreeSpace { get; set; }
Public Property FreeSpace As Long
Get
Set
public:
property long long FreeSpace {
long long get ();
void set (long long value);
}
function get_FreeSpace();
function set_FreeSpace(value);
Property Value
Type:
Int64
See Also