SynonymInfo.Word Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.