System.Xml.XmlReader.Value Property

When overridden in a derived class, gets the text value of the current node.

Syntax

public abstract string Value { get; }

Value

A string containing the text value of the current node.

Remarks

For the asynchronous version of this property, see the XmlReader.GetValueAsync method.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0