systemId Property (IXMLDOMNotation) (Compact 2013)

3/26/2014

Contains the system identifier for the notation.

Syntax

strValue = oXMLDOMNotation.systemId;
HRESULT get_systemId(
  VARIANT* systemID
);

Parameters

Script

None.

C/C++

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

Return Value

Script

Variant. If the system identifier is not specified, this contains the empty string.

C/C++

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

Remarks

This property is read-only, and applies to the following interface:

IXMLDOMNotation

Requirements

Header

msxml2.h,
msxml2.idl

See Also

Reference

XML DOM Properties