Click or drag to resize

UnicastIPAddressInfoIsNAT Property

This value is true if the IP address is a public NAT address; otherwise, it is false.

Namespace:  DoubleTake.Core.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntax
public bool IsNAT { get; set; }

Property Value

Type: Boolean
if this instance is NAT; otherwise, .
See Also