Query.QueryTag property
Gets or sets any custom tags to be used to identify the query. Multiple tags are separated by semicolons.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property QueryTag As String
Get
Set
'Usage
Dim instance As Query
Dim value As String
value = instance.QueryTag
instance.QueryTag = value
public string QueryTag { get; set; }
Property value
Type: System.String