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 anobject
.
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 ofIDataField
that is a clone of the current object.
This is a sync method. Method runs synchronously.