BrowserFormWebPart.GetProvider method
Gets an instance of the connected provider Web Part.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Function GetProvider As IWebPartRow
'Usage
Dim instance As BrowserFormWebPart
Dim returnValue As IWebPartRow
returnValue = instance.GetProvider()
public IWebPartRow GetProvider()
Return value
Type: System.Web.UI.WebControls.WebParts.IWebPartRow
An instance of the connected provider Web Part.
Remarks
This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.