ConsumerConnectionPointCollection::Item Property (String^)
.NET Framework (current version)
Gets the connection point with the specified ID property.
Assembly: System.Web (in System.Web.dll)
public: property ConsumerConnectionPoint^ default[ String^ id ] { ConsumerConnectionPoint^ get(String^ id); }
Parameters
- id
-
Type:
System::String^
A string value representing the connection point ID of the connection point to be retrieved.
Property Value
Type: System.Web.UI.WebControls.WebParts::ConsumerConnectionPoint^The first ConsumerConnectionPoint in the collection whose ID matches the value of id.
Use this method to retrieve a connection point from the collection if you know its connection point ID.
.NET Framework
Available since 2.0
Available since 2.0
Show: