XmlAttributeCollection.Remove(Text, Text) Method

Version: Available or changed with runtime version 1.0.

Removes the specified attribute from the collection.

Syntax

 XmlAttributeCollection.Remove(LocalName: Text, NamespaceUri: Text)

Parameters

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

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

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

See Also

XmlAttributeCollection Data Type
Get Started with AL
Developing Extensions