publicId Property (IXMLDOMNotation) (Compact 2013)

3/26/2014

Contains the public identifier for the notation.

Syntax

strValue = oXMLDOMNotation.publicId;
HRESULT get_publicId(  VARIANT* publicID);

Parameters

Script

None.

C/C++

  • publicID
    [out, retval] Public identifier for the notation. If the public identifier is not specified, this contains an empty string.

Return Value

Script

Variant. Public identifier for the notation. If the public identifier is not specified, this contains an empty string.

C/C++

  • S_OK
    Value returned if successful.
  • E_INVALIDARG
    Value returned if publicID is Null.

Remarks

This property is read-only, and applies to the following interface:

IXMLDOMNotation

Requirements

Header

msxml2.h,
msxml2.idl

See Also

Reference

XML DOM Properties