|
JobQualificationResultsSourceBehindNat Property |
This value is true if the source is located behind a NAT router; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool SourceBehindNat { get; set; }
Public Property SourceBehindNat As Boolean
Get
Set
public:
property bool SourceBehindNat {
bool get ();
void set (bool value);
}
function get_SourceBehindNat();
function set_SourceBehindNat(value);
Property Value
Type:
Boolean if the source is behind a NAT firewall; otherwise,
.
See Also