The TermbaseConfiguration type exposes the following members.

Properties

  NameDescription
Public propertyLanguageIndexes
Gets or sets the list of language indexes, which map a project language (source or target) onto a termbase index of the default termbase (the default termbase is the first termbase in the Termbases list). There has to be a mapping for the project source language. If there is no mapping for a certain target language, no terminology lookup will be performed for that target language.
Public propertyTermbases
Gets or sets the list of termbases in this configuration. The first termbase in the list if the default termbase.
Public propertyTermbaseServerUri
Gets or sets the connection URI for the termbase server. This should be of the form "http[s]://hostname[:port]" Can be null if all the termbases in the list of termbases (see Termbases) are file-based.
Public propertyTermRecognitionOptions
Gets or sets the terminology recognition options, which control the terminology lookup process.

See Also