Share via


DSQuery.Query property

Gets or sets the filter, column selection, sorting, and row limit used in the query.

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

Syntax

'Declaration
Public Property Query As DspQuery
    Get
    Set
'Usage
Dim instance As DSQuery
Dim value As DspQuery

value = instance.Query

instance.Query = value
public DspQuery Query { get; set; }

Property value

Type: WebSvcDspSts.DspQuery
A DspQuery object that specifies the filter, column selection, sorting, and row limit.

See also

Reference

DSQuery class

DSQuery members

WebSvcDspSts namespace