Contains the URL of the XML document containing the last error.
Visual Basic Syntax
strValue = oXMLDOMParseError.url
C/C++ Syntax
HRESULT get_url(
BSTR *urlString);
Parameters
urlString
[out]
URL of the XML file containing the error.
C/C++ Return Value
Returns S_OK if successful, or an error code otherwise.