Click or drag to resize

SimpleChangeTrackingIsNew Property

Gets a value indicating whether this instance is new.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonIgnoreAttribute]
public bool IsNew { get; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is new; otherwise, false.
See Also