AllFields Class
NOTE: This API is now obsolete.
Used in a query to specify that all the fields be returned from the data source.
System.Object
Microsoft.SharePoint.Dsp.AllFields
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Class AllFields
'Usage
Dim instance As AllFields
[ObsoleteAttribute("Use the Lists web service instead.")]
public class AllFields
The AllFields class is passed in the Fields constructor to specify that all fields be returned from the data source.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.