Click or drag to resize

ApplicationSiteAdditionalCategories Property

Used to configure or edit the additional categories of a custom application / site used in the Application and URL Filtering or Threat Prevention.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "additional-categories")]
public MembershipChangeTracking<string> AdditionalCategories { get; }
Request Example View Source

Property Value

Type: MembershipChangeTrackingString
The additional categories assigned.
See Also