Share via


QueryConfiguration.QueryContext property

Namespace:  Microsoft.Office.Server.Search.REST
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public Property QueryContext As QueryContext
    Get
    Set
'Usage
Dim instance As QueryConfiguration
Dim value As QueryContext

value = instance.QueryContext

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

Property value

Type: Microsoft.Office.Server.Search.REST.QueryContext

See also

Reference

QueryConfiguration class

QueryConfiguration members

Microsoft.Office.Server.Search.REST namespace