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 parameter values.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
ReadOnly Property ParameterValues As ReadOnlyCollection(Of String)
Get
'Usage
Dim instance As ITransformableFilterValues
Dim value As ReadOnlyCollection(Of String)
value = instance.ParameterValues
ReadOnlyCollection<string> ParameterValues { get; }
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
See Also
Reference
ITransformableFilterValues Interface