|
VolumeAvailableFreeSpace Property |
This value is the amount of free space on the volume.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic long AvailableFreeSpace { get; set; }
Public Property AvailableFreeSpace As Long
Get
Set
public:
property long long AvailableFreeSpace {
long long get ();
void set (long long value);
}
function get_AvailableFreeSpace();
function set_AvailableFreeSpace(value);
Property Value
Type:
Int64
The available free space on this volume.
See Also