Share via


DSQuery.columnMapping property

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

Namespace:  WebSvcDspSts
Assembly:  STSSOAP (in STSSOAP.dll)

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: WebSvcDspSts.ColumnMappingType
A ColumnMappingType value that specifies the XML format.

See also

Reference

DSQuery class

DSQuery members

WebSvcDspSts namespace