Gets a value indicating whether this instance has changed.

Namespace: DotNetNuke.Services.Cache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool HasChanged { get; }
Visual Basic
Public ReadOnly Property HasChanged As Boolean
	Get

Field Value

true if this instance has changed; otherwise, false.

See Also