DataFormWebPart._receivedParametersData field

Stores data received from the Web Part collection. The data is applied to the parameters later in the life cycle of the page.

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

Syntax

'Declaration
Protected _receivedParametersData As Collection(Of IDictionary)
'Usage
Dim value As Collection(Of IDictionary)

value = Me._receivedParametersData

Me._receivedParametersData = value
protected Collection<IDictionary> _receivedParametersData

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace