SynonymInfo.Found Property
True if the thesaurus finds synonyms, antonyms, related words, or related expressions for the word or phrase.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Found As Boolean
Get
'Usage
Dim instance As SynonymInfo
Dim value As Boolean
value = instance.Found
bool Found { get; }
Property Value
Type: System.Boolean