QueryRequest.DSQuery Property

Gets or sets the data retrieval service query for the request.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

Public Property DSQuery As DSQuery
    Get
    Set

Dim instance As QueryRequest
Dim value As DSQuery

value = instance.DSQuery

instance.DSQuery = value
public DSQuery DSQuery { get; set; }

Property Value

Type: Microsoft.SharePoint.Dsp.DSQuery
A DSQuery object that represents the query.

See Also

Reference

QueryRequest Class

QueryRequest Members

Microsoft.SharePoint.Dsp Namespace