NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocument.DocumentType

Gets the node for the DOCTYPE declaration.

[Visual Basic]
Overridable Public ReadOnly Property DocumentType As _
   XmlDocumentType
[C#]
public XmlDocumentType DocumentType {virtual get;}
[C++]
public: __property virtual XmlDocumentType* get_DocumentType();
[JScript]
public function get DocumentType() : XmlDocumentType;

Property Value

The XmlNode containing the DocumentType (DOCTYPE declaration).

Remarks

An XmlDocument can have one and only one child with XmlNodeType equal to DocumentType.

See Also

XmlDocument Class | XmlDocument Members | System.NewXml Namespace