Compartilhar via


QueryProperties.QueryTag property

Nenhuma marca personalizada a ser usada para identificar a consulta. Várias marcas são separadas por ponto e vírgula.

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

Syntax

'Declaração
Public Property QueryTag As String
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As String

value = instance.QueryTag

instance.QueryTag = value
public string QueryTag { get; set; }

Property value

Type: System.String

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace