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!

XmlWriter.WriteBoolean

Writes out the specified boolean value.

[Visual Basic]
MustOverride Public Sub WriteBoolean( _
   ByVal value As Boolean _
)
[C#]
public abstract void WriteBoolean(
   bool value
);
[C++]
public: virtual void WriteBoolean(
   bool value
) = 0;
[JScript]
public abstract function WriteBoolean(
   value : Boolean
);

Parameters

value
boolean to write.

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace