|
TargetFileServerQualificationResultsFreeSpace Property |
This value is the free space, in bytes, available on the volume.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
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