SynonymInfo.RelatedWordList 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 a list of words related to the specified word or phrase. The list is returned as an array of strings.
public:
property System::Object ^ RelatedWordList { System::Object ^ get(); };
public object RelatedWordList { get; }
member this.RelatedWordList : obj
Public ReadOnly Property RelatedWordList As Object