systemId Property (IXMLDOMEntity) (Compact 2013)

3/26/2014

Contains the system identifier associated with the entity.

Syntax

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

Parameters

Script

None.

C/C++

  • systemID
    [out, retval] System identifier associated with the entity, if specified. If the system identifier is not specified, contains the empty string.

Return Value

Script

String. If the system identifier is not specified, the property contains the empty string.

C/C++

  • S_OK
    Value returned if successful.
  • S_FALSE
    Value returned when no system identifier is specified.
  • E_INVALIDARG
    Value returned if systemID is Null.

Remarks

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

IXMLDOMEntity

Requirements

Header

msxml2.h,
msxml2.idl

See Also

Reference

XML DOM Properties