BrowserFormWebPart.IRelatedFormWebPart.SupportsRelatedWebPartConnections Property

Overrides the SupportsRelatedWebPartConnections property to indicate if the instance of the InfoPath Form Web Part supports connections to related Web Parts.

Namespace:  Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Private ReadOnly Property SupportsRelatedWebPartConnections As Boolean
    Implements IRelatedFormWebPart.SupportsRelatedWebPartConnections
    Get
'Usage
Dim instance As BrowserFormWebPart
Dim value As Boolean

value = CType(instance, IRelatedFormWebPart).SupportsRelatedWebPartConnections
bool IRelatedFormWebPart.SupportsRelatedWebPartConnections { get; }

Property Value

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

Implements

IRelatedFormWebPart.SupportsRelatedWebPartConnections

Remarks

This member is reserved for internal use and is not intended to be used directly from your code.

See Also

Reference

BrowserFormWebPart Class

BrowserFormWebPart Members

Microsoft.Office.InfoPath.Server.Controls.WebUI Namespace