System.Web.UI.WebControls.ParameterCollection.IndexOf Method

Determines the index of a specified System.Web.UI.WebControls.Parameter object in the System.Web.UI.WebControls.ParameterCollection collection.

Syntax

public int IndexOf (Parameter param)

Parameters

param
Documentation for this section has not yet been entered.

Returns

The index of parameter, if it is found in the collection; otherwise, -1.

Remarks

Use this method to determine the index of a parameter in the System.Web.UI.WebControls.ParameterCollection collection.

Requirements

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