Sets the suggestions method to use.  Either PHONETIC_SUGGESTIONS or HASHING_SUGGESTIONS
            
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
[ObsoleteAttribute("Use SuggestionsMethod instead.", true)] public void SetSuggestionsMethod( int method )
[ObsoleteAttribute("Use SuggestionsMethod instead.", true)] public void SetSuggestionsMethod( int method )
<ObsoleteAttribute("Use SuggestionsMethod instead.", true)> Public Sub SetSuggestionsMethod ( method As Integer )
<ObsoleteAttribute("Use SuggestionsMethod instead.", true)> Public Sub SetSuggestionsMethod ( method As Integer )
public: [ObsoleteAttribute(L"Use SuggestionsMethod instead.", true)] void SetSuggestionsMethod( int method )
public: [ObsoleteAttribute(L"Use SuggestionsMethod instead.", true)] void SetSuggestionsMethod( int method )
[<ObsoleteAttribute("Use SuggestionsMethod instead.", true)>] member SetSuggestionsMethod : method : int -> unit
[<ObsoleteAttribute("Use SuggestionsMethod instead.", true)>] member SetSuggestionsMethod : method : int -> unit
 Parameters
 Parameters- method (Int32)
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

