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

Writes out an element with the specified name containing an boolean value.

[Visual Basic]
Overloads Public Sub WriteElementBoolean( _
   ByVal name As String, _
   ByVal value As Boolean _
)
[C#]
public void WriteElementBoolean(
   string name,
   bool value
);
[C++]
public: void WriteElementBoolean(
   String* name,
   bool value
);
[JScript]
public function WriteElementBoolean(
   name : String,
   value : Boolean
);

Parameters

name
Name of element
value
[To be supplied.]

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace | XmlWriter.WriteElementBoolean Overload List