Category:Low-Level Configuration: Difference between revisions

From OPC Labs Knowledge Base
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Configuration]]
[[Category:Configuration]]
 
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 {{Style=Identifier|System.Configuration}} namespace, such as {{Style=Identifier|ConfigurationManager}} or {{Style=Identifier|ConfigurationSection}}.
 
 
 


See also: [[:Category:High-Level Configuration|High-Level Configuration]]
See also: [[:Category:High-Level Configuration|High-Level Configuration]]

Revision as of 14:28, 18 January 2021

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.

See also: High-Level Configuration