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!

XmlSerializationWriter.WriteEmptyTag

[To be supplied.]

[Visual Basic]
Protected Sub WriteEmptyTag( _
   ByVal name As String, _
   ByVal ns As String _
)
[C#]
protected void WriteEmptyTag(
   string name,
   string ns
);
[C++]
protected: void WriteEmptyTag(
   String* name,
   String* ns
);
[JScript]
protected function WriteEmptyTag(
   name : String,
   ns : String
);

Parameters

name
[To be supplied.]
ns
[To be supplied.]

See Also

XmlSerializationWriter Class | XmlSerializationWriter Members | System.Xml.Serialization Namespace