Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
property ProviderConnectionPoint^ default[
	String^ id
] {
	ProviderConnectionPoint^ get(String^ id);
}

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:
© 2017 Microsoft