Compartilhar via


BestBet.ParentKeywords property

Obtém a coleção de pai palavras-chave associadas a melhor opção.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public ReadOnly Property ParentKeywords As KeywordCollection
    Get
'Uso
Dim instance As BestBet
Dim value As KeywordCollection

value = instance.ParentKeywords
public KeywordCollection ParentKeywords { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.KeywordCollection
Um objeto KeywordCollection que representa uma coleção de palavras-chave.

Comentários

Palavras-chave e melhores opções podem ter uma relação muitos-para-muitos. Uma melhor opção individual pode ser associada a várias palavras-chave de pai e uma palavra-chave pode ter vários filhos de opção melhores.

Ver também

Referência

BestBet class

BestBet members

Microsoft.Office.Server.Search.Administration namespace