XmlNode.FirstChild Property
.NET Framework (current version)
Gets the first child of the node.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml.XmlNodeThe first child of the node. If there is no such node, null is returned.
For information about child nodes, see the W3C DOM (Core) Level 1 specification
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: