ParameterCollection.IndexOf Method
.NET Framework 3.0
Determines the index of a specified Parameter object in the ParameterCollection collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public int IndexOf ( Parameter parameter )
public function IndexOf ( parameter : Parameter ) : int
Not applicable.
Parameters
- parameter
The Parameter to locate in the ParameterCollection.
Return Value
The index of parameter, if it is found in the collection; otherwise, -1.Community Additions
ADD
Show: