WebSiteProperties.ProjectDirty Property

Gets a value indicating whether the Web site project has changed since it was last opened.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property ProjectDirty As Boolean
bool ProjectDirty { get; }
property bool ProjectDirty {
    bool get ();
}
abstract ProjectDirty : bool
function get ProjectDirty () : boolean

Property Value

Type: Boolean
true if the Web site project has changed; otherwise false.

Examples

For an example of reading late-bound properties, see WebSiteProperties.

.NET Framework Security

See Also

Reference

WebSiteProperties Interface

VsWebSite Namespace

EnvDTE

WebSiteProperties

Other Resources

Referencing Automation Assemblies and the DTE2 Object