Click or drag to resize

VRAOptionsIsWANFailoverEnabled Property

This value is true if WAN failover is enabled; otherwise, it is false.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public bool IsWANFailoverEnabled { get; set; }

Property Value

Type: Boolean
true if this instance is WAN failover enabled; otherwise, false.
See Also