Parameter::SetDirty Method ()

 

Marks the Parameter object so its state will be recorded in view state.

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

public protected:
virtual void SetDirty()

The SetDirty method is called directly by the ParameterCollection::SetDirtyObject method, to mark the Parameter object so that its state is recorded in view state.

.NET Framework
Available since 2.0
Return to top
Show: