Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The ISysSettingsKey interface contains properties and methods that are used to work with a separate element of the Settings.xml settings file.
ISysSettingsKey
Parameters of the root element can be obtained in the ISysSettings.Root property. Parameters of various child elements are returned by the BindKey method.
Property name | Brief description | |
Element | The Element property returns XML view of the current element. |
Method name | Brief description | |
BindKey | The BindKey method returns parameters of the specified element with settings. |
See also: