ICachedType.IsDirty Property

Definition

Gets a value that indicates whether the cached type has changed since the last time it was saved.

public:
 property bool IsDirty { bool get(); };
public bool IsDirty { get; }
member this.IsDirty : bool
Public ReadOnly Property IsDirty As Boolean

Property Value

true if the cached type has been changed since it was last saved; otherwise, false.

Applies to