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);
The concatenated values of the node and all its children.
XmlProcessingInstruction Class | XmlProcessingInstruction Members | System.NewXml Namespace