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!

XmlDocumentType Class

Contains information associated with the document type declaration.

Object
   XmlNode
      XmlLinkedNode
         XmlDocumentType

[Visual Basic]
Public Class XmlDocumentType
   Inherits XmlLinkedNode
[C#]
public class XmlDocumentType : XmlLinkedNode
[C++]
public __gc class XmlDocumentType : public XmlLinkedNode
[JScript]
public class XmlDocumentType extends XmlLinkedNode

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlDocumentType Members | System.NewXml Namespace