|
DNSOptionsAllIPAddressesNeedMapping Property |
This value is true if all IP addresses need to be mapped to a target IP address; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Nullable<bool> AllIPAddressesNeedMapping { get; set; }
Public Property AllIPAddressesNeedMapping As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> AllIPAddressesNeedMapping {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
function get_AllIPAddressesNeedMapping();
function set_AllIPAddressesNeedMapping(value);
Property Value
Type:
NullableBoolean
See Also