XmlNode.AsXmlAttribute() Method

Version: Available or changed with runtime version 1.0.

Converts the node to an XmlAttribute node. The operation will fail if the node is not an XmlAttribute.

Syntax

XmlAttribute :=   XmlNode.AsXmlAttribute()

Parameters

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

Return Value

XmlAttribute
 Type: XmlAttribute
An XmlAttribute value that references the current XmlNode.

See Also

XmlNode Data Type
Get Started with AL
Developing Extensions