XmlAttribute.AsXmlNode() Method
Version: Available or changed with runtime version 1.0.
Converts the node to an XmlNode.
Syntax
XmlNode := XmlAttribute.AsXmlNode()
Parameters
XmlAttribute
Type: XmlAttribute
An instance of the XmlAttribute data type.
Return Value
XmlNode
Type: XmlNode
An XmlNode value that references the current XmlAttribute.
Related information
XmlAttribute Data Type
Get Started with AL
Developing Extensions