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 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.