XmlDocument.DocumentElement Property

Definition

Gets the root element of the document.

public:
 property XmlElement ^ DocumentElement { XmlElement ^ get(); };
XmlElement DocumentElement();
public XmlElement DocumentElement { get; }
var xmlElement = xmlDocument.documentElement;
Public ReadOnly Property DocumentElement As XmlElement

Property Value

The root element of the document.

Applies to