Fields.AllFields Property

Gets or sets all columns included in the query.

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

Syntax

Public Property AllFields As AllFields
    Get
    Set

Dim instance As Fields
Dim value As AllFields

value = instance.AllFields

instance.AllFields = value
public AllFields AllFields { get; set; }

Property Value

Type: Microsoft.SharePoint.Dsp.AllFields
A AllFields object that represents all the columns.

See Also

Reference

Fields Class

Fields Members

Microsoft.SharePoint.Dsp Namespace