Click or drag to resize
XmlReaderValue Property
When overridden in a derived class, gets the text value of the current node.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract string Value { get; }

Property Value

Type: String
See Also