The Synonym class represents a synonym for a specific word or phrase.

Syntax

public class Synonym
Public Class Synonym

Introduced: 7.0.

Properties

Property Description
ID Gets the lowercased identifier that represents the synonym inside the corresponding synonym list.
Name Gets the synonym's name which is the case sensitive equivalent to the Synonym.ID property.
Text Gets the synonym's text which is composed of the synonym's name and optional additional information.