ConnectionInterfaceCollection.Item Property (Int32)

 

Gets the element at the specified index.

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

Public ReadOnly Property Item (
	index As Integer
) As Type

Parameters

index
Type: System.Int32

The zero-based index of the element to get.

Property Value

Type: System.Type

The element at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: