WebSiteProperties.ProjectDirty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the Web site project has changed since it was last opened.
public:
property bool ProjectDirty { bool get(); };
[System.Runtime.InteropServices.DispId(1025)]
public bool ProjectDirty { [System.Runtime.InteropServices.DispId(1025)] get; }
[<System.Runtime.InteropServices.DispId(1025)>]
[<get: System.Runtime.InteropServices.DispId(1025)>]
member this.ProjectDirty : bool
Public ReadOnly Property ProjectDirty As Boolean
Property Value
true if the Web site project has changed; otherwise false.
- Attributes