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