IRelatedFormWebPart.SupportsRelatedWebPartConnections property

A Boolean to indicate if the Web Part supports connections to related Web Parts. This allows the Web Part to turn off connections if necessary.

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

Syntax

'Declaration
ReadOnly Property SupportsRelatedWebPartConnections As Boolean
    Get
'Usage
Dim instance As IRelatedFormWebPart
Dim value As Boolean

value = instance.SupportsRelatedWebPartConnections
bool SupportsRelatedWebPartConnections { get; }

Property value

Type: System.Boolean
true if the Web Part supports connections to related Web Parts; otherwise, false.

See also

Reference

IRelatedFormWebPart interface

IRelatedFormWebPart members

Microsoft.SharePoint.WebPartPages namespace