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.