Condividi tramite


SPWebPartConnection.Provider property

Gets a Web Part control that acts as the provider in a Web Parts connection.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Provider As WebPart
    Get
'Usage
Dim instance As SPWebPartConnection
Dim value As WebPart

value = instance.Provider
[BrowsableAttribute(false)]
public WebPart Provider { get; }

Property value

Type: System.Web.UI.WebControls.WebParts.WebPart
A Web Part object.

See also

Reference

SPWebPartConnection class

SPWebPartConnection members

Microsoft.SharePoint.WebPartPages namespace