XmlAttribute.Value([Text]) Method
Version: Available or changed with runtime version 1.0.
Gets or sets the value of the attribute.
Syntax
[Value := ] XmlAttribute.Value([NewValue: Text])
Note
This method can be invoked using property access syntax.
Parameters
XmlAttribute
Type: XmlAttribute
An instance of the XmlAttribute data type.
[Optional] NewValue
Type: Text
The new value of the attribute.
Return Value
[Optional] Value
Type: Text
The value of the attribute.
Related information
XmlAttribute Data Type
Get Started with AL
Developing Extensions