Share via


WsXmlNode.AppendChild Method

Appends a node to the ChildNodes collection.

Namespace: Ws.Services.Xml
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public WsXmlNode AppendChild (
         WsXmlNode newNode
)

Parameters

  • newNode
    The node to append.

Return Value

The new node.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

WsXmlNode Class
WsXmlNode Members
Ws.Services.Xml Namespace