QueryRequest.dsQuery Property
Gets or sets the data retrieval service query for the request.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property dsQuery As DSQuery
Get
Set
'Usage
Dim instance As QueryRequest
Dim value As DSQuery
value = instance.dsQuery
instance.dsQuery = value
public DSQuery dsQuery { get; set; }
Property Value
Type: [DspSts Web service].DSQuery
A DSQuery object that represents the query.