Query.QueryTemplate property
Specifies the query template that is used at run time to transform the query based on user input.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property QueryTemplate As String
Get
Set
'Usage
Dim instance As Query
Dim value As String
value = instance.QueryTemplate
instance.QueryTemplate = value
public string QueryTemplate { get; set; }
Property value
Type: System.String