Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the system identifier associated with the entity.
[Script]
Script Syntax
strValue= oXMLDOMEntity.systemId;
Script Parameters
None.
Script Return Value
String. If the system identifier is not specified, the property contains the empty string.
[C/C++]
C/C++ Syntax
HRESULT get_systemId(VARIANT* systemID);
C/C++ Parameters
- systemID
[out, retval] 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 returned when no system identifier is specified. - E_INVALIDARG
Value returned if systemID is Null.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
This property is read-only, and applies to the following interface:
Send Feedback on this topic to the authors