Click or drag to resize

MetaInfoLastModifyTime Property

Gets the last modify time.

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

Property Value

Type: DateTime
The last modify time.
See Also