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!

XmlNavigator.InnerText

Gets or sets the concatenated values of the current node and all its children.

[Visual Basic]
MustOverride Public Property InnerText As String
[C#]
public string InnerText {abstract get; abstract set;}
[C++]
public: __property virtual String* get_InnerText() = 0;public: __property virtual void set_InnerText(String*) = 0;
[JScript]
public abstract function get InnerText() : String;
public abstract function set InnerText(String);

Property Value

The concatenated values of the current node and all its children.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace