ISysSettingsKey.Element

Syntax

Element: Variant;

Description

The Element property returns XML view of the current element.

Comments

This property returns XML view described by the IXmlDomElement interface. Use properties and methods available for IXmlDomElement to change settings determined in various attributes or subelements of the current element.

Example

The example of use is given in description of the ISysSettings.Root property.

See also:

ISysSettingsKey