ProxyWebPartConnectionCollection.Item Property (String)
.NET Framework (current version)
Returns a specific member of the collection according to a unique identifier.
Assembly: System.Web (in System.Web.dll)
Parameters
- id
-
Type:
System.String
A string that contains the ID of a particular connection in the collection.
Property Value
Type: System.Web.UI.WebControls.WebParts.WebPartConnectionThe first WebPartConnection whose ID matches the value of the id parameter. Returns null if no match is found.
This property returns a WebPartConnection object with the specified ID by performing a case-insensitive comparison.
.NET Framework
Available since 2.0
Available since 2.0
Show: