|
UnicastIPAddressInfoIsNAT Property |
This value is true if the IP address is a public NAT address; otherwise, it is false.
Namespace: DoubleTake.Core.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic bool IsNAT { get; set; }
Public Property IsNAT As Boolean
Get
Set
public:
property bool IsNAT {
bool get ();
void set (bool value);
}
function get_IsNAT();
function set_IsNAT(value);
Property Value
Type:
Boolean if this instance is NAT; otherwise,
.
See Also