Share via


Query.QueryTemplateParameters property

Represents the parameters in the query template.

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public ReadOnly Property QueryTemplateParameters As IDictionary(Of String, Boolean)
    Get
'Usage
Dim instance As Query
Dim value As IDictionary(Of String, Boolean)

value = instance.QueryTemplateParameters
public IDictionary<string, bool> QueryTemplateParameters { get; }

Property value

Type: System.Collections.Generic.IDictionary<String, Boolean>

See also

Reference

Query class

Query members

Microsoft.SharePoint.Client.Search.Query namespace