Configuration properties are a special variant of persistable properties. Unlike the local properties in section 1, they cannot be read or written from a proxy object using network access. Therefore, A WPF data binding to this property is not possible. Configuration properties are the most primitive variant of storeable properties. They are primarily used to set the behavior of an ACComponent (server-side instance or business objects).
The value of a configuration property can be changed either by the ACComponent itself or in the development environment in the Configuration tab.
Technically, the value of a configuration property is stored in as an entry in the ACClassConfig table. Please refer to the "Configuration" section for more information, because the actual configuration is larger than just saving configuration properties.