Click or drag to resize

ServiceOtherAction Property

Contains an INSPECT expression that defines the action to take if a rule containing this service is matched. Example: set r_mhandler &open_ssl_handler sets a handler on the connection.

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

Property Value

Type: String
The action INSPECT expression.
Remarks
Requires DetailLevel of Full
See Also