Click or drag to resize

SecurityZoneSpecificZoneName Property

Gets or sets the name of the Security Zone.

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

Property Value

Type: String
The Security Zone name.
See Also