Click or drag to resize

GenericObjectSummaryIsNew 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#
public bool IsNew { get; }
Request Example View Source

Property Value

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

Implements

IObjectSummaryIsNew
See Also