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

Gets the description of the meaning.

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

Syntax

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

Field Value

The description.

See Also