ParameterCollection.Item Property (Int32)
.NET Framework (current version)
Gets or sets the Parameter object at the specified index in the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System.Int32
The index of the Parameter to retrieve from the collection.
Property Value
Type: System.Web.UI.WebControls.ParameterThe Parameter at the specified index in the collection.
Use this indexer to get a Parameter object by its location in the ParameterCollection collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: