Keyword.Contact - Propriété
Obtient ou définit le nom du contact pour le mot clé.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property Contact As String
Get
Set
'Utilisation
Dim instance As Keyword
Dim value As String
value = instance.Contact
instance.Contact = value
public string Contact { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui contient le nom du contact.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms