SynonymInfo.Word Property

Definition

Returns the word or phrase that was looked up by the thesaurus.

public:
 property System::String ^ Word { System::String ^ get(); };
public string Word { get; }
member this.Word : string
Public ReadOnly Property Word As String

Property Value

Remarks

The thesaurus will sometimes look up a shortened version of the string or range used to return the SynonymInfo object. The Word property allows you to see the exact string that was used.

Applies to