The
properties
of System.Xml.XmlCharacterData are listed below. For a list of all members, see the XmlCharacterData Members list.
See Also: Inherited members from System.Xml.XmlLinkedNode
Public Properties
| Data | string.
Contains the data of the node.
|
override | InnerText | string.
Gets or sets the concatenated values of the node and all the children of the node.
|
[read-only] | Length | int.
Gets the length of the data, in characters.
|
override | Value | string.
Gets or sets the value of the node.
|