Category:Low-Level Configuration

From OPC Labs Knowledge Base
Revision as of 15:06, 18 January 2021 by User (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The low-level configuration allows you to configure diagnostics and internal workings of the QuickOPC software. It is based on Microsoft classes from the the System.Configuration namespace, such as ConfigurationManager or ConfigurationSection. The low-level configuration is done using XML, through so-called app.config files (the true name of the file is actually different, and depends on the hosting scenario).

See also: High-Level Configuration