Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.51 KB

xmlattributecollection-set-string-string-string-method.md

File metadata and controls

46 lines (37 loc) · 1.51 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlAttributeCollection.Set(Text, Text, Text) Method
Sets the value of the specified attribute or creates it if is not part of the collection.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlAttributeCollection.Set(Text, 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(LocalName: Text, NamespaceUri: Text, Value: Text)

Parameters

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

LocalName
 Type: Text
The local name of the attribute to set.

NamespaceUri
 Type: Text
The namespace URI of the attribute to set.

Value
 Type: Text
The value to set for the attribute.

See Also

XmlAttributeCollection Data Type
Get Started with AL
Developing Extensions