SynonymInfo.Word Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Word As String
    Get
'Usage
Dim instance As SynonymInfo
Dim value As String

value = instance.Word
string Word { get; }

Property Value

Type: System.String

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.

See Also

Reference

SynonymInfo Interface

SynonymInfo Members

Microsoft.Office.Interop.Word Namespace