XmlNodeList.Count() Method

Version: Available or changed with runtime version 1.0.

Gets the number of nodes in the XmlNodeList.

Syntax

Count :=   XmlNodeList.Count()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Count
 Type: Integer
The number of nodes in the XmlNodeList.

See Also

XmlNodeList Data Type
Get Started with AL
Developing Extensions