The identifier used by all XmlDocument instances in this context.
[Visual Basic] Public ReadOnly DocumentID As XmlIdent [C#] public readonly XmlIdent DocumentID; [C++] public: readonly XmlIdent* DocumentID; [JScript] public var DocumentID : XmlIdent;
The Name property of this identifier is "#document" and the Namespace property is an empty string.
XmlContext Class | XmlContext Members | System.Xml Namespace