Click or drag to resize

GlobalOptions Class

These global options will affect ALL sessions.
Inheritance Hierarchy
SystemObject
  Koopman.CheckPoint.CommonGlobalOptions

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public static class GlobalOptions
Request Example View Source

The GlobalOptions type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIdentifierForSetCalls
Gets or sets the identifier for set calls. When ever a post for a set method is sent to identify which object is being updated either name or UID need to be sent.
Public propertyStatic memberWriteTimeAs
Gets or sets the field / format to send date time fields in when posting to the Check Point API.
Top
See Also