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.
Gets the hash table that stores all the existing filter name/value pairs.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property FilterValues As ParameterNameValueHashtable
Get
'Usage
Dim instance As DataFormWebPart
Dim value As ParameterNameValueHashtable
value = instance.FilterValues
[BrowsableAttribute(false)]
public ParameterNameValueHashtable FilterValues { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.ParameterNameValueHashtable