Click or drag to resize

SimpleGatewayDynamicIP Property

Gets or sets a value indicating whether dynamic ip used on this object.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "dynamic-ip")]
public bool DynamicIP { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if dynamic ip assigned; otherwise, false.
Remarks
Requires DetailLevel of Full
See Also