Click or drag to resize

AccessRule Constructor

Create a new access rule.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public AccessRule(
	Session session,
	string layer,
	Position position
)
Request Example View Source

Parameters

session
Type: Koopman.CheckPointSession
The session.
layer
Type: SystemString
The layer.
position
Type: Koopman.CheckPoint.AccessRulesPosition
The position.
See Also