System.Xml.XmlNode.ChildNodes Property

Gets all the child nodes of the node.

Syntax

public virtual XmlNodeList ChildNodes { get; }

Value

The children of this node.

Remarks

A node's children are an ordered list of nodes.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0