XmlAttributeCollection.Count() Method

Version: Available or changed with runtime version 1.0.

Gets the number of attributes in the XmlAttributeCollection.

Syntax

Count :=   XmlAttributeCollection.Count()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Count
 Type: Integer
The number of attributes in the XmlAttributeCollection.

See Also

XmlAttributeCollection Data Type
Get Started with AL
Developing Extensions