Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMEntity::publicId P...     IXMLDOMEntity Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMEntity::get_systemId Method


Contains the system identifier.

Visual Basic Syntax

strValue = oXMLDOMEntity.systemId

C/C++ Syntax

HRESULT get_systemId(
    BSTR *systemID);

Parameters

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

C/C++ Return Values

S_OK
Value returned if successful.
S_FALSE
Value when returning null.
E_INVALIDARG
Value returned if systemID is null. 



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.