Contains the content of the processing instruction, excluding the target.
Visual Basic Syntax
strValue = oXMLDOMProcessingInstruction.data
C/C++ Syntax
HRESULT get_data(
BSTR *value);
Parameters
value
[out]
Content of the processing instruction for this target. The data has the same value as the nodeValue property.