Click or drag to resize

LogsBeforeDeleteRunScript Property

Gets or sets a value indicating whether to run a script before deleting logs.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "before-delete-run-script")]
public bool BeforeDeleteRunScript { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if to run a script first; otherwise, false.
See Also