Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a collection of Web Part collection providers that are set on the current DataFormWebPart object.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected _connectedParametersProviders As Collection(Of IWebPartParameters)
'Usage
Dim value As Collection(Of IWebPartParameters)
value = Me._connectedParametersProviders
Me._connectedParametersProviders = value
protected Collection<IWebPartParameters> _connectedParametersProviders