Retrieves the value of the Document Object Model (DOM) node.
Syntax
HRESULT get_nodeValue(
    VARIANT *p
);
Parameters
- p
 - Address of a VARIANT structure that contains the DOM node value.
 
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the value of the Document Object Model (DOM) node.
Syntax
HRESULT put_nodeValue(
    VARIANT v
);
Parameters
- v
 - VARIANT structure that contains the node value to set.
 
Return Value
Returns S_OK if successful, or an error code otherwise.