Compartilhar via


QueryRequest.ptQuery Property

Gets or sets the pass-through query for the request.

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

Syntax

'Declaration
Public Property ptQuery As PTQuery
    Get
    Set
'Usage
Dim instance As QueryRequest
Dim value As PTQuery

value = instance.ptQuery

instance.ptQuery = value
public PTQuery ptQuery { get; set; }

Property Value

Type: [DspSts Web service].PTQuery
A PTQuery object that represents the pass-through query.

See Also

Reference

QueryRequest Class

QueryRequest Members

DspSts Web Service