|
Annotation Pro API
|
A configuration object. More...
Public Member Functions | |
| ConfigurationObject () | |
| Default constructor. More... | |
| ConfigurationObject (string key, string value) | |
| Constructor. More... | |
Properties | |
| string | Key [get, set] |
| Gets or sets the key. More... | |
| string | Value [get, set] |
| Gets or sets the value. More... | |
A configuration object.
|
inline |
Default constructor.
|
inline |
Constructor.
| key | The key. |
| value | The value. |
|
getset |
Gets or sets the key.
The key.
|
getset |
Gets or sets the value.
The value.
1.8.13