Skip to main content

IDataField Methods

An object defining methods for the IDataField class.

GetValue()

Retrieves the encapsulated value of the data field.

Returns:

Type: IDataField
The value of the data field as an object.

This is a sync method. Method runs synchronously.


Clone()

Creates a new instance of the data field object with the same value.

Returns:

Type: IDataField
An instance of IDataField that is a clone of the current object.

This is a sync method. Method runs synchronously.