Gets or sets the text value of the current node.
[Visual Basic] MustOverride Public Property Value As String [C#] public string Value {abstract get; abstract set;} [C++] public: __property virtual String* get_Value() = 0;public: __property virtual void set_Value(String*) = 0; [JScript] public abstract function get Value() : String; public abstract function set Value(String);
The text value of the current node.
Same semantics as W3C DOM NodeValue property. Returns null for Element and Document nodes.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace