ASCOM Library
C#
VB
Show/Hide TOC
XMLProfile
Settings
Pair 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#
Copy
public
class
SettingsPair
VB
Copy
Public
Class
SettingsPair
Inheritance
Object
XMLProfile
SettingsPair
Constructors
XMLProfile
SettingsPair
Initialise the SettingsPair as an empty object.
XMLProfile
SettingsPair(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
Reference
ASCOM.Tools Namespace
In This Article
Definition
Constructors
Properties
Version Information
.NET Standard
See Also