Click or drag to resize

SimpleGatewayVersion Property

Gets or sets the gateway platform version.

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

Property Value

Type: String
The gateway platform version.
Remarks
Requires DetailLevel of Full
See Also