DSQuery.ColumnMapping Property

NOTE: This API is now obsolete.

Gets or sets the XML format that is used for data returned 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 ColumnMapping As ColumnMappingType
    Get
    Set
'Usage
Dim instance As DSQuery
Dim value As ColumnMappingType

value = instance.ColumnMapping

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

Property Value

Type: Microsoft.SharePoint.Dsp.ColumnMappingType
A ColumnMappingType value that specifies the XML format.

See Also

Reference

DSQuery Class

DSQuery Members

Microsoft.SharePoint.Dsp Namespace