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