Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNamedNodeMap.Length

TElXMLDOMNamedNodeMap     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property contains the number of nodes in the list.

Declaration

[C#]
    int Length;

[VB.NET]
    Property Length As Integer

[Pascal]
    property Length : integer;

[C++]
    int32_t get_Length();

[PHP]
    integer get_Length()

[Java]
    int getLength();

Description

    Use this property to get the number of nodes in the node list. Use Item property to access individual nodes.

See also:     Item    

Discuss this help topic in SecureBlackbox Forum