Click or drag to resize

SimpleGatewayVPN Property

Gets or sets a value indicating whether VPN blade is enabled.

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

Property Value

Type: Boolean
true if VPN blade enabled; otherwise, false.
Remarks
Requires DetailLevel of Full
See Also