WebPartConnectionCollection.Item Property (Int32)
.NET Framework (current version)
Gets the WebPartConnection object at the specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System.Int32
The zero-based index location at which to get the WebPartConnection.
Property Value
Type: System.Web.UI.WebControls.WebParts.WebPartConnectionThe WebPartConnection at the index specified.
Use this property to retrieve a particular connection if you know its index in the collection. You can search for a particular connection using the ID property.
.NET Framework
Available since 2.0
Available since 2.0
Show: