The Synonym class represents a synonym for a specific word or phrase.
public class Synonym
Public Class Synonym
Introduced: 7.0.
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. |
Text | Gets the synonym's text which is composed of the synonym's name and optional additional information. |