TransformableFilterValuesToFilterValuesTransformer.IFilterValues.ParameterName property
Returns the consumer parameter name that the user selected in the configuration wizard.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property ParameterName As String
Implements IFilterValues.ParameterName
Get
'Usage
Dim instance As TransformableFilterValuesToFilterValuesTransformer
Dim value As String
value = CType(instance, IFilterValues).ParameterName
stringIFilterValues.ParameterName { get; }
Property value
Type: System.String
Returns String.
Implements
Remarks
If the selected name in invalid (null/empty) or no longer exists in the consumer's list of parameters then we'll return the parameter name given by the provider.
See also
Reference
TransformableFilterValuesToFilterValuesTransformer class