Gets if this object's data has been changed.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual bool IsDirty{ get;}
Public Overridable ReadOnly Property IsDirty As Boolean
public:
virtual property bool IsDirty {
	bool get ();
}

See Also