Click or drag to resize

LogsUpdateAccountLogEvery Property

Gets or sets the frequency that accounting logs should be updated in seconds.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "update-account-log-every")]
public int UpdateAccountLogEvery { get; set; }
Request Example View Source

Property Value

Type: Int32
The update account log every.
See Also