DataFormParameter.ParameterValues property

Gets the hash table name/value pair to be extracted by this parameter class. Used by inheritors of the DataFormParameter. In base class it returns null.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property ParameterValues As ParameterNameValueHashtable
    Get
'Usage
Dim value As ParameterNameValueHashtable

value = Me.ParameterValues
protected virtual ParameterNameValueHashtable ParameterValues { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.ParameterNameValueHashtable

See also

Reference

DataFormParameter class

DataFormParameter members

Microsoft.SharePoint.WebPartPages namespace