Keyword.Synonyms Property

Gets the synonyms associated with the keyword.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Synonyms As SynonymCollection
    Get
'Usage
Dim instance As Keyword
Dim value As SynonymCollection

value = instance.Synonyms
public SynonymCollection Synonyms { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.SynonymCollection
A SynonymCollection object representing a collection of synonyms.

See Also

Reference

Keyword Class

Keyword Members

Microsoft.Office.Server.Search.Administration Namespace