publicId Property (IXMLDOMEntity)
A version of this page is also available for
4/8/2010
Contains the public identifier associated with the entity.
Script Syntax
strValue = oXMLDOMEntity.publicId;
Remarks
Script Parameters
None.
Script Return Value
String. If the public identifier is not specified, the property contains the empty string.
C/C++ Syntax
HRESULT get_publicId(
BSTR* publicID
);
Remarks
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
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: