Gets whether to treat hyphenated (-) words as separate words, default is false.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use SeparateHyphenWords instead.", true)] public bool GetSeparateHyphenWords()
<ObsoleteAttribute("Use SeparateHyphenWords instead.", True)> _ Public Function GetSeparateHyphenWords As Boolean
[ObsoleteAttribute(L"Use SeparateHyphenWords instead.", true)] public: bool GetSeparateHyphenWords()
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".