Click or drag to resize

MetaInfoCreationTime Property

Gets the creation time.

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

Property Value

Type: DateTime
The creation time.
See Also