ProviderConnectionPointCollection.Item Property (String)

 

Gets a member of the collection based on a unique string identifier.

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

Public ReadOnly Property Item (
	id As String
) As ProviderConnectionPoint

Parameters

id
Type: System.String

A String serving as the unique identifier for a particular ProviderConnectionPoint in the collection.

Property Value

Type: System.Web.UI.WebControls.WebParts.ProviderConnectionPoint

The first ProviderConnectionPoint whose ID equals the value of id.

.NET Framework
Available since 2.0
Return to top
Show: