Gets or sets the fully qualified filename of the main thesaurus file.

Namespace:  C1.Win.C1Thesaurus
Assembly:  C1.Win.C1Thesaurus.2 (in C1.Win.C1Thesaurus.2.dll)

Syntax

C#
[BrowsableAttribute(true)]
public string MainThesFile { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
Public Property MainThesFile As String

Remarks

Use the LastThesError property and the ThesError event to find out the occurred errors.

See Also