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.WriteAttribute

Writes out specified attribute with the specified value.

Overload List

Writes out the attribute with the specified name, value, and namespace.

[Visual Basic] Overloads Public Sub WriteAttribute(String, String, String)
[C#] public void WriteAttribute(String, String, String);
[C++] public: void WriteAttribute(String*, String*, String*);
[JScript] public function WriteAttribute(String, String, String);

Writes out the attribute with the specified name and value.

[Visual Basic] Overloads Public Sub WriteAttribute(String, String)
[C#] public void WriteAttribute(String, String);
[C++] public: void WriteAttribute(String*, String*);
[JScript] public function WriteAttribute(String, String);

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace