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