Click or drag to resize

ListChangeTrackingTIsChanged Property

Gets the object's changed status.

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

Property Value

Type: Boolean
true if any properties have been changed or if any contained MembershipChangeTracking properties have had membership modifications.

Implements

IChangeTrackingIsChanged
See Also