Share via


QueryConfiguration.QueryRoutingInfo property

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

Syntax

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

value = instance.QueryRoutingInfo

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

Property value

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

See also

Reference

QueryConfiguration class

QueryConfiguration members

Microsoft.Office.Server.Search.REST namespace