Click or drag to resize

AggressiveAgingUseDefaultTimeout Property

Gets or sets a value indicating whether to use default timeout.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "use-default-timeout")]
public bool UseDefaultTimeout { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if using default timeout; otherwise, false.
See Also