XMLProfileSettingsPair Class

Class representing an ASCOM Profile Key-Value pair.

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.Tools (in ASCOM.Tools.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public class SettingsPair
Inheritance
Object    XMLProfileSettingsPair

Constructors

XMLProfileSettingsPair Initialise the SettingsPair as an empty object.
XMLProfileSettingsPair(String, String) Initialise the SettingsPair with the supplied key name and value.

Properties

Key This setting's Key name.
Value This setting's value.

Version Information

.NET Standard

Supported in: 2.0

See Also