Contains the text associated with the node.
Visual Basic Syntax
strValue = oXMLDOMNode.nodeValue
C/C++ Syntax
HRESULT get_nodeValue(
VARIANT *value);
Parameters
value
[out]
Node value; depends on the nodeType property.
C/C++ Return Values
S_OK
Value returned if successful.
S_FALSE
Value when returning null.
E_INVALIDARG
Value returned if value is null.
E_FAIL
Value returned if an error occurs.