Share via


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 Property Synonyms As SynonymCollection
    Get
    Friend Set
'Usage
Dim instance As Keyword
Dim value As SynonymCollection

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

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