Compartilhar via


QueryRule.DisplayName property

Nome para exibição para a regra de consulta

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

Syntax

'Declaração
Public Property DisplayName As String
    Get
    Set
'Uso
Dim instance As QueryRule
Dim value As String

value = instance.DisplayName

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

Property value

Type: System.String

Ver também

Referência

QueryRule class

QueryRule members

Microsoft.Office.Server.Search.Query.Rules namespace