Share via


QueryConfiguration.QueryParameters property

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

Syntax

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

value = instance.QueryParameters

instance.QueryParameters = value
public ExpandedQueryParameters QueryParameters { get; set; }

Property value

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

See also

Reference

QueryConfiguration class

QueryConfiguration members

Microsoft.Office.Server.Search.REST namespace