InedoSDK Reference
Version:

KeyValueConfiguration Class

A configuration that describes any aspect of a server as a key/value pair, primarily designed for use by scripts.

Inheritance Hierarchy

Syntax

public sealed class KeyValueConfiguration : PersistedConfiguration

Constructors

Name Description
KeyValueConfiguration

Initializes a new instance of the KeyValueConfiguration class.

Properties

Name Description
ConfigurationKey

Gets the configuration key.

ConfigurationTypeName

Gets the configuration type name.

Key

Gets or sets the key.

Type

Gets or sets the type.

Value

Gets or sets the value.