The factor for words to consider for suggestions,
            		lower values are faster but consider less words for suggestions. Default is 80.
            		If w <= 1 this method won't do anything.
            
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
public int ConsiderationRange { get; set; }
public int ConsiderationRange { get; set; }
Public Property ConsiderationRange As Integer Get Set
Public Property ConsiderationRange As Integer Get Set
public: virtual property int ConsiderationRange { int get () sealed; void set (int value) sealed; }
public: virtual property int ConsiderationRange { int get () sealed; void set (int value) sealed; }
abstract ConsiderationRange : int with get, set override ConsiderationRange : int with get, set
abstract ConsiderationRange : int with get, set override ConsiderationRange : int with get, set
 Property Value
 Property ValueAssembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

