systemId Property (IXMLDOMNotation)
A version of this page is also available for
4/8/2010
Contains the system identifier for the notation.
Script Syntax
strValue = oXMLDOMNotation.systemId;
Remarks
Script Parameters
None.
Script Return Value
Variant. If the system identifier is not specified, this contains the empty string.
C/C++ Syntax
HRESULT get_systemId(
VARIANT* systemID
);
Remarks
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
Header | msxml2.h, msxml2.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
General Remarks
This property is read-only, and applies to the following interface: