IControlDesignerTag::IsDirty Property

 

Gets a value indicating whether or not an attribute or the content of a tag has changed.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

property bool IsDirty {
	bool get();
}

Property Value

Type: System::Boolean

true if the tag has changed; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: