SPRowToParametersTransformer.ConsumerFieldNames Property
Gets or sets the array of consumer field names that will receive the values from the provider.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<TypeConverterAttribute(GetType(StringArrayConverter))> _
Public Property ConsumerFieldNames As String()
Get
Set
'Usage
Dim instance As SPRowToParametersTransformer
Dim value As String()
value = instance.ConsumerFieldNames
instance.ConsumerFieldNames = value
[TypeConverterAttribute(typeof(StringArrayConverter))]
public string[] ConsumerFieldNames { get; set; }
Property Value
Type: []
The array of consumer field names.
See Also
Reference
SPRowToParametersTransformer Class