XmlAttributeCollection.Set(Text, Text) Method
Version: Available or changed with runtime version 1.0.
Sets the value of the specified attribute or creates it if is not part of the collection.
Syntax
XmlAttributeCollection.Set(Name: Text, Value: Text)
Parameters
XmlAttributeCollection
Type: XmlAttributeCollection
An instance of the XmlAttributeCollection data type.
Name
Type: Text
The fully qualified name of the attribute to set.
Value
Type: Text
The value to set for the attribute.
Related information
XmlAttributeCollection Data Type
Get Started with AL
Developing Extensions