ProviderConnectionPointCollection::Item Property (String^)
.NET Framework (current version)
Gets a member of the collection based on a unique string identifier.
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
Available since 2.0
Show: