|
DNSOptionsEnabled Property |
This value is true if DNS 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 Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}
function get_Enabled();
function set_Enabled(value);
Property Value
Type:
Boolean if DNS failover is enabled; otherwise,
.
See Also