Query.QueryTag property
Gets or sets any custom tags to be used to identify the query. Multiple tags are separated by semicolons.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.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