Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of keywords for the site associated with this instance of the Keywords class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property AllKeywords As KeywordCollection
Get
'Usage
Dim instance As Keywords
Dim value As KeywordCollection
value = instance.AllKeywords
public KeywordCollection AllKeywords { get; }
Property value
Type: Microsoft.Office.Server.Search.Administration.KeywordCollection
A KeywordCollection object representing the site's collection of keywords.