Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.15 KB

File metadata and controls

39 lines (33 loc) · 2.15 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlAttributeCollection Data Type
Represents a collection of XML attributes.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlAttributeCollection Data Type

Version: Available or changed with runtime version 1.0.

Represents a collection of XML attributes.

Instance methods

The following methods are available on instances of the XmlAttributeCollection data type.

Method name Description
Count() Gets the number of attributes in the XmlAttributeCollection.
Get(Integer, var XmlAttribute) Gets the specified attribute.
Get(Text, var XmlAttribute) Gets the specified attribute.
Get(Text, Text, var XmlAttribute) Gets the specified attribute.
Remove(XmlAttribute) Removes the specified attribute from the collection.
Remove(Text) Removes the specified attribute from the collection.
Remove(Text, Text) Removes the specified attribute from the collection.
RemoveAll() Removes all attributes from the collection.
Set(Text, Text) Sets the value of the specified attribute or creates it if is not part of the collection.
Set(Text, Text, Text) Sets the value of the specified attribute or creates it if is not part of the collection.

See Also

Get Started with AL
Developing Extensions