Mono Class Library: System.Xml.XmlNode Overview | Members

System.Xml.XmlNode.Value Property

The value of the node. This depends on it's XmlNode.NodeType. [Edit]

public virtual string Value { set; get; }

Value

The value of this node, or null if the node does not have a value. [Edit]

Remarks

Attribute values, processing instruction values, and other node values are returned by this property. [Edit]

Requirements

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