Click or drag to resize

AddressRangeIPv6AddressFirst Property

Gets or sets the first IPv6 address in the range.

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

Property Value

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