Share via


BestBet.ParentKeywords property

Gets the collection of parent keywords associated with the best bet.

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

Syntax

'Declaration
Public ReadOnly Property ParentKeywords As KeywordCollection
    Get
'Usage
Dim instance As BestBet
Dim value As KeywordCollection

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

Property value

Type: Microsoft.Office.Server.Search.Administration.KeywordCollection
A KeywordCollection object representing a collection of keywords.

Remarks

Keywords and best bets can have a many-to-many relationship. An individual best bet can be associated with multiple parent keywords, and a keyword can have multiple best bet children.

See also

Reference

BestBet class

BestBet members

Microsoft.Office.Server.Search.Administration namespace