Click or drag to resize

SimpleGatewaySaveLogsLocally Property

Gets or sets a value indicating whether logs saved locally on the gateway.

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

Property Value

Type: Boolean
true if logs saved locally; otherwise, false.
Remarks
Requires DetailLevel of Full
See Also