Click or drag to resize

CAEXWrapperTDataTypeValue Property

Gets and sets the value of the wrapped XML node, according to the defined DataType. If the element doesn't exists, it is created and inserted into the document as a child of the defined owner.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public TDataType Value { get; set; }

Property Value

TDataType
The value.
See Also