KeyValueItem Object

Applies to QAComplete 14.3, last modified on February 19, 2024

The KeyValueItem object stores information on the value an edit form field can contain in QAComplete.

Properties

Key  :  string

The value’s key.

Value  :  string

The value the field can contain, as it appears in QAComplete.

Example

XML

<KeyValueItem>
  <Key>250</Key>
  <Value>Defects A</Value>
</KeyValueItem>

See Also

EntityMetadata_GetAll Operation

Highlight search results