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)
Available in Sandboxed Solutions: No
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