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

Gets or sets the key for encrypted dictionaries.

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

Syntax

C#
public string HunspellKey { get; set; }
Visual Basic (Declaration)
Public Property HunspellKey As String
Visual C++
public:
property String^ HunspellKey {
	String^ get ();
	void set (String^ value);
}

Field Value

The hunspell key.

See Also