systemId Property (IXMLDOMNotation) (Windows CE 5.0)
Contains the system identifier for the notation.
[Script]
Script Syntax
strValue= oXMLDOMNotation.systemId;
Script Parameters
None.
Script Return Value
Variant. If the system identifier is not specified, this contains the empty string.
[C/C++]
C/C++ Syntax
HRESULT get_systemId(VARIANT* systemID);
C/C++ Parameters
- systemID
[out, retval] System identifier for the notation. If the system identifier is not specified, this contains an empty string.
C/C++ Return Values
- S_OK
Value returned if successful. - 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