Skip to main content

MetaDataFieldItemJsonValue Properties

An object defining properties for the MetaDataFieldItemJsonValue class.

columnCaption

Gets or sets the display caption of the metadata field column.

Type: string

This property contains the human-readable label or caption for the metadata field. It is used for display purposes in user interfaces and reports.


value

Gets or sets the actual value of the metadata field.

Type: object

This property stores the actual value of the metadata field. It can be of any type and represents the raw or underlying data value, which may differ from its display text representation.


text

Gets or sets the display text of the metadata field value.

Type: object

This property contains the formatted or display version of the field's value. It can be of any type and is typically used for presenting the value in a human-readable format.


columnName

Gets or sets the name of the metadata field column.

Type: string

This property stores the identifier or name of the metadata field column. It is used to uniquely identify the field within the metadata structure.


type

Gets or sets the data type of the metadata field.

Type: int

This property specifies the type of data that the metadata field contains. The type is represented as an integer value that corresponds to a specific data type in the system.