Click or drag to resize

TopologySettingsIPAddressBehindThisInterface Property

Gets or sets the ip address behind this interface.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "ip-address-behind-this-interface")]
public TopologyBehind IPAddressBehindThisInterface { get; set; }
Request Example View Source

Property Value

Type: TopologyBehind
The ip address behind this interface.
See Also