TransformableFilterValuesToFilterValuesTransformer.MappedConsumerParameterName Property
Gets or sets the consumer parameter name to which the current process maps.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MappedConsumerParameterName As String
Get
Set
'Usage
Dim instance As TransformableFilterValuesToFilterValuesTransformer
Dim value As String
value = instance.MappedConsumerParameterName
instance.MappedConsumerParameterName = value
public string MappedConsumerParameterName { get; set; }
Property Value
Type: System.String
The parameter name.
See Also
Reference
TransformableFilterValuesToFilterValuesTransformer Class