Click or drag to resize

TrackAccounting Property

Gets or sets if accounting is enabled.

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

Property Value

Type: Boolean
The accounting status.
See Also