XmlCData.Value([Text]) Method

Version: Available or changed with runtime version 1.0.

Gets or sets the value of this node.

Syntax

[Value := ]  XmlCData.Value([NewValue: Text])

Note

This method can be invoked using property access syntax.

Parameters

XmlCData
 Type: XmlCData
An instance of the XmlCData data type.

[Optional] NewValue
 Type: Text
The new value of this node.

Return Value

[Optional] Value
 Type: Text
The value of this node.

See Also

XmlCData Data Type
Get Started with AL
Developing Extensions