XmlText.Value([Text]) Method
Version: Available or changed with runtime version 1.0.
Gets or sets the value of this node.
Syntax
[Value := ] XmlText.Value([NewValue: Text])
Note
This method can be invoked using property access syntax.
Parameters
XmlText
Type: XmlText
An instance of the XmlText data type.
[Optional] NewValue
Type: Text
The new value of this node.
Return Value
[Optional] Value
Type: Text
The value of this node.