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!

XmlNodeWriter.WriteDocType

[To be supplied.]

[Visual Basic]
Overrides Public Sub WriteDocType( _
   ByVal docType As String _
)
[C#]
public override void WriteDocType(
   string docType
);
[C++]
public: override void WriteDocType(
   String* docType
);
[JScript]
public override function WriteDocType(
   docType : String
);

Parameters

docType
[To be supplied.]

See Also

XmlNodeWriter Class | XmlNodeWriter Members | System.Xml Namespace