|
EngineControlStatusCanSetBandwidth Property |
This value is true if a bandwidth limit can be set; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic bool CanSetBandwidth { get; set; }Public Property CanSetBandwidth As Boolean
Get
Set
public:
property bool CanSetBandwidth {
bool get ();
void set (bool value);
}function get_CanSetBandwidth();
function set_CanSetBandwidth(value);
Property Value
Type:
Boolean if this the bandwidth limit can be set; otherwise,
.
See Also