Click or drag to resize

AddressRangeIPv4AddressFirst Property

Gets or sets the first IPv4 address in the range.

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

Property Value

Type: IPAddress
The first IPv4 address.
Remarks
Requires DetailLevel of at least Standard
See Also