systemId Property (IXMLDOMNotation)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - DOM Reference

systemId Property (IXMLDOMNotation)

Contains the system identifier for the notation.

[Script]

Script Syntax

strValue = oXMLDOMNotation.systemId;
[Visual Basic]

Visual Basic Syntax

strValue = oXMLDOMNotation.systemId
[C/C++]

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.

To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

Applies to: IXMLDOMNotation