Whether to treat hyphenated (-) words as separate words, default is false.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[PersistenceModeAttribute(PersistenceMode.Attribute)] public bool SeparateHyphenWords { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)] public bool SeparateHyphenWords { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property SeparateHyphenWords As Boolean Get Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property SeparateHyphenWords As Boolean Get Set
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property bool SeparateHyphenWords { bool get (); void set (bool value); }
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] property bool SeparateHyphenWords { bool get (); void set (bool value); }
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member SeparateHyphenWords : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] member SeparateHyphenWords : bool with get, set

Boolean

For eg. if this is true text like "cheap-deals" will be treated as two words "cheap" and "deals",
otherwise this will be treated as one word "cheap-deals".
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331