[Visual Basic] Overrides Public Property InnerText As String [C#] public override string InnerText { get; set; } [C++] public: __property String* get_InnerText(); public: __property void set_InnerText(String* ); [JScript] public override function get InnerText() : String public override function set InnerText(String);
Gets or sets the concatenated values of the node and all its children.
DXmlElement Class | XRules Namespace