Query.QueryTemplateParameters property

Represents the parameters in the query template.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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

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

Property value

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

See also

Reference

Query class

Query members

Microsoft.Office.Server.Search.Query namespace