 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic TDataType Value { get; set; }
Public Property Value As TDataType
Get
Set
public:
property TDataType Value {
TDataType get ();
void set (TDataType value);
}
Property Value
TDataType
The value.
See Also