KeywordInformation.Keyword - Propriété
Obtient ou définit le terme de mot clé.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property Keyword As String
Get
Set
'Utilisation
Dim instance As KeywordInformation
Dim value As String
value = instance.Keyword
instance.Keyword = value
[DataMemberAttribute]
public string Keyword { get; set; }
Valeur de propriété
Type : System.String
Chaîne contenant le terme de mot clé.