Gets the text value of the current node.
[Visual Basic] Overridable Public ReadOnly Property Value As String [C#] public string Value {override get;} [C++] public: __property virtual String* get_Value(); [JScript] public function get Value() : String;
The text value of the current node.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace