Fields.AllFields Property
NOTE: This API is now obsolete.
Gets or sets all columns included in the 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 AllFields As AllFields
Get
Set
'Usage
Dim instance As Fields
Dim value As AllFields
value = instance.AllFields
instance.AllFields = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public AllFields AllFields { get; set; }
Property Value
Type: Microsoft.SharePoint.Dsp.AllFields
A AllFields object that represents all the columns.