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.OuterXml

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;

Property Value

The markup containing this node and all its children.

See Also

XmlNode Class | XmlNode Members | System.NewXml Namespace