systemId Property (IXMLDOMNotation)
Contains the system identifier for the notation.
Script Syntax
strValue = oXMLDOMNotation.systemId;
Visual Basic Syntax
strValue = oXMLDOMNotation.systemId
C/C++ Syntax
HRESULT get_systemId(
VARIANT *systemID);
Parameters
systemID
[out, retval]
The system identifier for the notation. If the system identifier is not specified, this contains an empty string.
C/C++ Return Values
S_OK
The value returned if successful.
E_INVALIDARG
The value returned if the systemID
parameter is Null.
Remarks
Variant. The property is read-only. If the system identifier is not specified, this contains the empty string.
Versioning
Implemented in:
MSXML 3.0, MSXML 6.0