Gets or sets a value indicating whether the contents of this project have been modified.
[Visual Basic] Public Property IsDirty As Boolean [C#] public bool IsDirty { get; set; } [C++] public: __property bool get_IsDirty(); public: __property void set_IsDirty(bool ); [JScript] public function get IsDirty() : bool public function set IsDirty(bool);
If a project is marked as 'dirty' then the GUI will ask to user if they wish to save the project before loading another, or exiting.
Project Class | NDoc.Core Namespace