Click or drag to resize

ServiceTCPMatchForAny Property

Indicates whether this service is used when 'Any' is set as the rule's service and there are several service objects with the same source port and protocol.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "match-for-any")]
public Nullable<bool> MatchForAny { get; set; }
Request Example View Source

Property Value

Type: NullableBoolean
The match for any value.
Remarks
Requires DetailLevel of Full
See Also