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!

XmlNode.LastChild

Gets the last child of this node.

[Visual Basic]
Overridable Public ReadOnly Property LastChild As XmlNode
[C#]
public XmlNode LastChild {virtual get;}
[C++]
public: __property virtual XmlNode* get_LastChild();
[JScript]
public function get LastChild() : XmlNode;

Property Value

The last child of this node. If there is no such node, null is returned.

See Also

XmlNode Class | XmlNode Members | System.NewXml Namespace