|
DNSOptionsDomains Property |
This value represents the domains that will be updated during failover.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic DnsDomainDetails[] Domains { get; set; }
Public Property Domains As DnsDomainDetails()
Get
Set
public:
property array<DnsDomainDetails^>^ Domains {
array<DnsDomainDetails^>^ get ();
void set (array<DnsDomainDetails^>^ value);
}
function get_Domains();
function set_Domains(value);
Property Value
Type:
DnsDomainDetails
The domains that will be updated during failover.
See Also