Click or drag to resize

ActionSettingsLimit Property

Gets or sets the limit object assigned to this rule.

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

Property Value

Type: CpmiAppfwLimit
The limit.
See Also