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:
property Type^ default[
	int index
] {
	Type^ get(int index);
}

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: