Share via


WebSiteProperties.ProjectDirty Property

Definition

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

Applies to