Gets or sets the value of the node.

[VBScript]
Public Property NodeValue As String
[JScript]
public function get NodeValue() : String;
public function set NodeValue(String);

Property Value

The value returned depends on the NodeType of the node:

Type Name
   

See Also

Node Object | Node Members | DOM Namespace