Click or drag to resize

SimpleGatewayIPv4Address Property

Gets or sets the IPv4 address.

Namespace:  Koopman.CheckPoint
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
The IPv4 address.
Remarks
Requires DetailLevel of Full
See Also