Gets the first child of the node.

[VBScript]
Public ReadOnly Property FirstChild As Node
[JScript]
public function get FirstChild() : Node;

Property Value

The first child of the node. If there is no such node, this property returns null.

See Also

Node Object | Node Members | DOM Namespace