SynonymInfo.Found 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.
True if the thesaurus finds synonyms, antonyms, related words, or related expressions for the word or phrase.
public:
property bool Found { bool get(); };
public bool Found { get; }
member this.Found : bool
Public ReadOnly Property Found As Boolean