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!

XmlCharacterData.AppendData

Appends the specified string to the end of the character data of the node.

[Visual Basic]
Overridable Public Sub AppendData( _
   ByVal strData As String _
)
[C#]
public virtual void AppendData(
   string strData
);
[C++]
public: virtual void AppendData(
   String* strData
);
[JScript]
public function AppendData(
   strData : String
);

Parameters

strData
String data that is to be inserted into the existing string.

Remarks

On success, you have access to the concatenation of data and the specified string.

See Also

XmlCharacterData Class | XmlCharacterData Members | System.NewXml Namespace