Click or drag to resize

InterfaceSecurityZone Property

Gets a value indicating whether interface is assigned to a security zone.

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

Property Value

Type: Boolean
true if security zone assigned; otherwise, false.
See Also