DataFormWebPart.ParameterValues Property
Gets the name/value pair for the current DataFormWebPart object for rendering purposes.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParameterValues As ParameterNameValueHashtable
Get
'Usage
Dim instance As DataFormWebPart
Dim value As ParameterNameValueHashtable
value = instance.ParameterValues
[BrowsableAttribute(false)]
public ParameterNameValueHashtable ParameterValues { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.ParameterNameValueHashtable
Remarks
The ParameterValues property is filled through parameter bindings markup. It can be set programmatically.