 | DnsOptionsModelAllIPAddressesNeedMapping Property |
Gets or sets defines if the current environment being protected require all IP addresses to be mapped to an appropriate target IP address.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
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);
}
member AllIPAddressesNeedMapping : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also