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 with get
function get ProjectDirty () : boolean
Property Value
Type: System.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.