Keywords.AllKeywords property
Obtém a coleção de palavras-chave para o site associado a esta instância da classe Keywords .
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Property AllKeywords As KeywordCollection
Get
'Uso
Dim instance As Keywords
Dim value As KeywordCollection
value = instance.AllKeywords
public KeywordCollection AllKeywords { get; }
Property value
Type: Microsoft.Office.Server.Search.Administration.KeywordCollection
Um objeto KeywordCollection que representa a coleção do site de palavras-chave.