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