Gets the markup representing this node and all its children.
[Visual Basic] Overridable Public ReadOnly Property OuterXml As String [C#] public string OuterXml {virtual get;} [C++] public: __property virtual String* get_OuterXml(); [JScript] public function get OuterXml() : String;
The markup containing this node and all its children.