Fields.FieldArray Property

NOTE: This API is now obsolete.

Gets or sets the columns included in a query.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property FieldArray As Field()
    Get
    Set
'Usage
Dim instance As Fields
Dim value As Field()

value = instance.FieldArray

instance.FieldArray = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public Field[] FieldArray { get; set; }

Property Value

Type: []
An array of Field objects that represents the columns.

See Also

Reference

Fields Class

Fields Members

Microsoft.SharePoint.Dsp Namespace