DSQuery.columnMapping Property

Gets or sets the XML format that is used for data returned in the query.

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

Syntax

'Declaration
Public Property columnMapping As ColumnMappingType
    Get
    Set
'Usage
Dim instance As DSQuery
Dim value As ColumnMappingType

value = instance.columnMapping

instance.columnMapping = value
public ColumnMappingType columnMapping { get; set; }

Property Value

Type: [DspSts Web service].ColumnMappingType
A ColumnMappingType value that specifies the XML format.

See Also

Reference

DSQuery Class

DSQuery Members

DspSts Web Service