|
SystemStateOptionsIsWanFailover Property |
This value is true if the job uses WAN failover; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool IsWanFailover { get; set; }
Public Property IsWanFailover As Boolean
Get
Set
public:
property bool IsWanFailover {
bool get ();
void set (bool value);
}
function get_IsWanFailover();
function set_IsWanFailover(value);
Property Value
Type:
Boolean if this job uses WAN failover; otherwise,
.
See Also