systemId Property (IXMLDOMNotation)
Contains the system identifier for the notation.
strValue = oXMLDOMNotation.systemId;
strValue = oXMLDOMNotation.systemId
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.
Variant. The property is read-only. If the system identifier is not specified, this contains the empty string.
Implemented in:
MSXML 3.0, MSXML 6.0
Show: