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