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 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