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 );
XmlWriter Class | XmlWriter Members | System.NewXml Namespace | XmlWriter.WriteAttrBoolean Overload List