Share via


XmlDocument.Doctype Property

Definition

Overloads

Doctype

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.

Doctype

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.

Applies to