ConfigurationOptionValue

A ConfigurationOptionValue represents a value for a specific ConfigurationOption.

Properties

Name

Type

Description

Id

int

The ID of the configuration option value.

ConfigurationOptionId

int

The ID of the configuration option that the value belongs to.

ConfigurationOptionName

string

The name of the configuration option that the value belongs to.

ConfigurationOption (via $expand)

ConfigurationOption

The configuration option that the value belongs to.

Value

string

The value itself; e.g., None, Left, or Right.

Sequence

int

The display sequence of this value relative to other values for the configuration option.