BrowserFormWebPart.SetParameterProvider Method
Specifies the parameter required by a connection provider to determine which values it should send back.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Sub SetParameterProvider ( _
provider As IWebPartParameters _
)
'Usage
Dim instance As BrowserFormWebPart
Dim provider As IWebPartParameters
instance.SetParameterProvider(provider)
public void SetParameterProvider(
IWebPartParameters provider
)
Parameters
- provider
Type: System.Web.UI.WebControls.WebParts.IWebPartParameters
An instance of the IWebPartParameters interface that specifies the required parameter to the connection provider.
Remarks
This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.