Click or drag to resize

TrackType Property

Gets or sets the type of tracking to use.

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

Property Value

Type: TrackType
The tracking type.
See Also