[This is preliminary documentation and is subject to change.]
Boolean that represents whether the project has been changed.
| C# | Visual Basic | Visual C++ |
public bool HasProjectChanged { get; set; }
Public Property HasProjectChanged As Boolean
public: property bool HasProjectChanged { bool get (); void set (bool value); }