Compartilhar via


QueryRule.Contact property

Pessoa de contato 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 Contact As String
    Get
    Set
'Uso
Dim instance As QueryRule
Dim value As String

value = instance.Contact

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

Property value

Type: System.String

Ver também

Referência

QueryRule class

QueryRule members

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