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)

member Item : 
        id:string -> ProviderConnectionPoint with get

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: