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.WriteNullTag (String, String, Boolean)

[To be supplied.]

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

Parameters

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

See Also

XmlSerializationWriter Class | XmlSerializationWriter Members | System.Xml.Serialization Namespace | XmlSerializationWriter.WriteNullTag Overload List