Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Version: Available or changed with runtime version 1.0.
Creates an XmlAttribute node.
Syntax
XmlAttribute := XmlAttribute.Create(LocalName: Text, NamespaceUri: Text, Value: Text)
Parameters
LocalName
Type: Text
The local name of the attribute.
NamespaceUri
Type: Text
The namespace URI of the attribute.
Value
Type: Text
The value of the attribute.
Return Value
XmlAttribute
Type: XmlAttribute
The created XmlAttribute node.
Related information
XmlAttribute Data Type
Get Started with AL
Developing Extensions