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 public identifier associated with the entity.
[Script]
Script Syntax
strValue= oXMLDOMEntity.publicId;
Script Parameters
None.
Script Return Value
String. If the public identifier is not specified, the property contains the empty string.
[C/C++]
C/C++ Syntax
HRESULT get_publicId(BSTR* publicID);
C/C++ Parameters
- publicID
[out, retval] Public identifier associated with the entity, if specified. If the public identifier is not specified, contains the empty string.
C/C++ Return Values
- S_OK
Value returned if successful. - S_FALSE
Value returned if no public ID is specified. - E_INVALIDARG
Value returned if publicID 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