ISysSettingsKey

Assembly: System;

Description

The ISysSettingsKey interface contains properties and methods that are used to work with a separate element of the settings.xml settings file.

Inheritance Hierarchy

ISysSettingsKey

Comments

Parameters of the root element can be obtained in the ISysSettings.Root property. Parameters of various child elements are returned by the BindKey method.

Properties

  Property name Brief description
Element The Element property returns XML view of the current element.

Methods

  Method name Brief description
BindKey The BindKey method returns parameters of the specified element with settings.

See also:

System Assembly Interfaces