Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The POS Device Manager is used to set up the device configuration for a given system. The output from the POS Device Manager is written to an XML file. The name of this file is the value of the registry key \HKLM\SOFTWARE\POSfor.NET\Configuration.
Configuration Migration
You should not modify this file directly. Doing so may lead to unexpected behavior. You can, however, migrate the file from one system to another, making it possible to build a configuration on one system, and propagate that same setup to others.
API Support
You may also access configuration properties with the following methods in PosCommon:
- GetConfigurationProperty(String)
- SetConfigurationProperty(String, String)
- DeleteConfigurationProperty(String)