Click or drag to resize

NATSettingsIPv4Address Property

Gets or sets the IPv4 address for static NATs.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "ipv4-address")]
public IPAddress IPv4Address { get; set; }
Request Example View Source

Property Value

Type: IPAddress
See Also