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

Gets or sets the MyThes index file.

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

Syntax

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

Field Value

My thes idx file.

See Also