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!

IDocument.doctype

[To be supplied.]

[Visual Basic]
ReadOnly Property doctype As IDocumentType
[C#]
IDocumentType doctype {get;}
[C++]
IDocumentType* get_doctype() = 0;
[JScript]
abstract function get doctype() : IDocumentType;

See Also

IDocument Interface | IDocument Members | System.Data.XML.DOM Namespace