dataValue

The dataValue object represents a container object that stores a value or values. For example, a dataValue object would be a field on a form.

Note: A dataValue object can have additional dataValue child objects that store additional data. Typically this is not the case.

Hierarchy of objects

Model

Child objects

Data Model

none

Parent class

node class class

Properties

Name

Description

Type

Access

{default}

Represents the actual value stored by an object.

Varies

Read /Write

contains

Determines whether a data value should be included in value of the parent object or as a property of the parent.

String

Read /Write

contentType

Specifies the type of content in the referenced document, expressed as a MIME type.

String

Read /Write

isNull

Indicates whether the current data value is the null value.

Boolean

Read /Write

value

Specifies the value of the current object.

String

Read /Write

Methods

None

// Ethnio survey code removed