Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the URL of the XML document containing the last error.
[Script]
Script Syntax
strValue= oXMLDOMParseError.url;
Script Parameter
None.
Script Return Value
String. The property is read-only. URL of the XML file containing the error.
[C/C++]
C/C++ Syntax
HRESULT get_url(BSTR* urlString);
C/C++ Parameters
- urlString
[out, retval] URL of the XML file containing the error.
C/C++ Return Values
- S_OK
Value returned if successful. - S_FALSE
Value returned if no error occurred.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
This property applies to the following interface:
Send Feedback on this topic to the authors