Click or drag to resize

SessionInfoPublishTime Property

Gets the timestamp when user published changes on the management server.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "publish-time")]
public DateTime PublishTime { get; }
Request Example View Source

Property Value

Type: DateTime
The timestamp when user published changes on the management server.
See Also