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.
The parameter values from the the providing Filter.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property ParameterValues As ReadOnlyCollection(Of String)
Implements IFilterValues.ParameterValues
Get
'Usage
Dim instance As TransformableFilterValuesToFilterValuesTransformer
Dim value As ReadOnlyCollection(Of String)
value = CType(instance, IFilterValues).ParameterValues
ReadOnlyCollection<string> IFilterValues.ParameterValues { get; }
Property value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
Returns ReadOnlyCollection<T>.
Implements
See also
Reference
TransformableFilterValuesToFilterValuesTransformer class