|
VRAOptionsIsWANFailoverEnabled Property |
This value is true if WAN failover is enabled; 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 IsWANFailoverEnabled { get; set; }
Public Property IsWANFailoverEnabled As Boolean
Get
Set
public:
property bool IsWANFailoverEnabled {
bool get ();
void set (bool value);
}
function get_IsWANFailoverEnabled();
function set_IsWANFailoverEnabled(value);
Property Value
Type:
Booleantrue if this instance is WAN failover enabled; otherwise,
false.
See Also