[This is preliminary documentation and is subject to change.]
Gets or sets the hunspell affix file.
Namespace:
NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)
Syntax
| C# |
|---|
public string HunspellAffFile { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property HunspellAffFile As String |
| Visual C++ |
|---|
public: property String^ HunspellAffFile { String^ get (); void set (String^ value); } |