ParameterCollection::Item Property (Int32)

 

Gets or sets the Parameter object at the specified index in the collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property Parameter^ default[
	int index
] {
	Parameter^ get(int index);
	void set(int index, Parameter^ value);
}

Parameters

index
Type: System::Int32

The index of the Parameter to retrieve from the collection.

Property Value

Type: System.Web.UI.WebControls::Parameter^

The 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
Return to top
Show: