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)
Available in Sandboxed Solutions: No
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.