BestBet.ParentKeywords 属性 (Microsoft.Office.Server.Search.Administration)

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

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public ReadOnly Property ParentKeywords As KeywordCollection
用法
Dim instance As BestBet
Dim value As KeywordCollection

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

属性值

A KeywordCollection object representing a collection of keywords.

备注

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.

另请参阅

参考

BestBet 类
BestBet 成员
Microsoft.Office.Server.Search.Administration 命名空间