Specifies the line number that contains the error.
Visual Basic Syntax
lValue = oXMLDOMParseError.line
C/C++ Syntax
HRESULT get_line(
long *lineNumber);
Parameters
lineNumber
[out]
Line number where the error occurred.
C/C++ Return Value
Returns S_OK if successful, or an error code otherwise.