Click or drag to resize

TrackAlert Property

Gets or sets the alert type for track.

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

Property Value

Type: AlertType
The alert type.
See Also