Compartilhar via


Keyword.Contact property

Obtém ou define o nome do contato para a palavra-chave.

Namespace:  Microsoft.Office.Server.Search.Administration
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 Keyword
Dim value As String

value = instance.Contact

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

Property value

Type: System.String
Uma seqüência de caracteres que contém o nome do contato.

Ver também

Referência

Keyword class

Keyword members

Microsoft.Office.Server.Search.Administration namespace