XmlDocument.Doctype Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For XML, this property gets the address of the node that specifies the DTD. This property returns Null for HTML documents and XML documents without a DTD.
public:
property XmlDocumentType ^ Doctype { XmlDocumentType ^ get(); };
XmlDocumentType Doctype();
public XmlDocumentType Doctype { get; }
var xmlDocumentType = xmlDocument.doctype;
Public ReadOnly Property Doctype As XmlDocumentType
Property Value
The document type.