System.Web.UI.WebControls.Parameter.SetDirty Method

Marks the System.Web.UI.WebControls.Parameter object so its state will be recorded in view state.

Syntax

protected virtual void SetDirty ()

Remarks

The Parameter.SetDirty method is called directly by the ParameterCollection.SetDirtyObject(object) method, to mark the System.Web.UI.WebControls.Parameter object so that its state is recorded in view state.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0