Share via


ListFormWebPart.SupportsRelatedWebPartConnections Property

Gets a value that indicates whether the ListFormWebPart supports connections to related Web Parts.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property SupportsRelatedWebPartConnections As Boolean
    Get
'Usage
Dim instance As ListFormWebPart
Dim value As Boolean

value = instance.SupportsRelatedWebPartConnections
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public bool SupportsRelatedWebPartConnections { get; }

Property Value

Type: System.Boolean
true if the ListFormWebPart supports connections to related Web Parts; otherwise, false. This property always returns true.

Implements

IRelatedFormWebPart.SupportsRelatedWebPartConnections

Remarks

If not set, the default value is based on the current value of the PageType property.

See Also

Reference

ListFormWebPart Class

ListFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace