Microsoft XML SDK 2.6 - XML Reference

IXMLDOMNotation::systemId Method

IXMLDOMNotation::get_systemId Method

Contains the system identifier for the notation.

Visual Basic Syntax

strValue = oXMLDOMNotation.systemId

C/C++ Syntax

HRESULT get_systemId(
    VARIANT *systemID);

Parameters

systemID [out]
System identifier for the notation. If the system identifier is not specified, this contains an empty string.

C/C++ Return Values

S_OK
Value returned if successful.
E_INVALIDARG
Value returned if systemID is Null.

See Also

IXMLDOMNotation Interface