Edit

Share via


SynonymInfo.SynonymList[Object] Property

Definition

Returns a list of synonyms for a specified meaning of a word or phrase. The list is returned as an array of strings.

public:
 property System::Object ^ SynonymList[System::Object ^ %] { System::Object ^ get(System::Object ^ % Meaning); };
public object SynonymList[ref object Meaning] { get; }
member this.SynonymList(obj) : obj
Public ReadOnly Property SynonymList(ByRef Meaning As Object) As Object

Parameters

Meaning
Object

Required Object. The meaning as a string or an index number in the array of possible meanings.

Property Value

Applies to