Share via


Keywords.AllKeywords property

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.

See also

Reference

Keywords class

Keywords members

Microsoft.Office.Server.Search.Administration namespace