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

Writes out an attribute with the specified name and boolean value.

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

Parameters

name
Name of attribute
value
[To be supplied.]

See Also

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