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

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

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

Parameters

name
Name of element
value
[To be supplied.]

See Also

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