Whether to ignore words with numbers in them (eg. A10 or 7-11).
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
public bool IgnoreWordsWithDigits { get; set; }
public bool IgnoreWordsWithDigits { get; set; }
Public Property IgnoreWordsWithDigits As Boolean Get Set
Public Property IgnoreWordsWithDigits As Boolean Get Set
public: virtual property bool IgnoreWordsWithDigits { bool get () sealed; void set (bool value) sealed; }
public: virtual property bool IgnoreWordsWithDigits { bool get () sealed; void set (bool value) sealed; }
abstract IgnoreWordsWithDigits : bool with get, set override IgnoreWordsWithDigits : bool with get, set
abstract IgnoreWordsWithDigits : bool with get, set override IgnoreWordsWithDigits : bool with get, set
 Property Value
 Property ValueAssembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

