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.

ProxyWebPartConnectionCollection::Item Property (String^)

 

Returns a specific member of the collection according to a unique identifier.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property WebPartConnection^ default[
	String^ id
] {
	WebPartConnection^ get(String^ id);
}

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::WebPartConnection^

The 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
Return to top
Show:
© 2017 Microsoft