SPWebPartConnectionCollection.Item property (String)

Gets the SPWebPartConnection with the specified identifier (ID) from the SPWebPartConnectionCollection.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    id As String _
) As SPWebPartConnection
    Get
'Usage
Dim instance As SPWebPartConnectionCollection
Dim id As String
Dim value As SPWebPartConnection

value = instance(id)
public SPWebPartConnection this[
    string id
] { get; }

Parameters

Property value

Type: Microsoft.SharePoint.WebPartPages.SPWebPartConnection
The SPWebPartConnection with the specified ID in the SPWebPartConnectionCollection.

See also

Reference

SPWebPartConnectionCollection class

SPWebPartConnectionCollection members

Item overload

Microsoft.SharePoint.WebPartPages namespace