Sets the suggestions method to use. Either PHONETIC_SUGGESTIONS or HASHING_SUGGESTIONS
| C# | Visual Basic | Visual C++ |
SuggestionsMethodType SuggestionsMethod { get; set; }
Property SuggestionsMethod As SuggestionsMethodType
property SuggestionsMethodType SuggestionsMethod { SuggestionsMethodType get (); void set (SuggestionsMethodType value); }