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!

XmlCharacterData.InnerText

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

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

Property Value

The concatenated values of the node and all its children.

See Also

XmlCharacterData Class | XmlCharacterData Members | System.NewXml Namespace