ConfigurationOptionValue

A ConfigurationOptionValue represents a value for a specific ConfigurationOption.

Properties

NameTypeDescription
IdintThe ID of the configuration option value.
ConfigurationOptionIdintThe ID of the configuration option that the value belongs to.
ConfigurationOptionNamestringThe name of the configuration option that the value belongs to.
ConfigurationOption (via $expand)ConfigurationOptionThe configuration option that the value belongs to.
ValuestringThe value itself; e.g., None, Left, or Right.
SequenceintThe display sequence of this value relative to other values for the configuration option.