Huomautus
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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