[This is preliminary documentation and is subject to change.]

Gets the hyphenated word.

Namespace:  NHunspell
Assembly:  NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)

Syntax

C#
public string HyphenatedWord { get; }
Visual Basic (Declaration)
Public ReadOnly Property HyphenatedWord As String
Visual C++
public:
property String^ HyphenatedWord {
	String^ get ();
}

Field Value

The hyphenated word.

Remarks

The hyphentaion points are marked with a equal sign '='.

See Also