Share via


XmlReader.Value Property

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

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public virtual abstract string Value { get; }

Property Value

The text value of the current node.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace