ParameterCollection::IndexOf Method (Parameter^)
.NET Framework (current version)
Determines the index of a specified Parameter object in the ParameterCollection collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- parameter
-
Type:
System.Web.UI.WebControls::Parameter^
The Parameter to locate in the ParameterCollection.
Return Value
Type: System::Int32The index of parameter, if it is found in the collection; otherwise, -1.
Use this method to determine the index of a parameter in the ParameterCollection collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: