Click or drag to resize

SessionInfoApplication Property

Gets the name of the application serving the web_api requests.

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

Property Value

Type: String
The application name.
See Also