publicId Property (IXMLDOMNotation)

 

Contains the public identifier for the notation.

Script Syntax

strValue = oXMLDOMNotation.publicId;  

Visual Basic Syntax

strValue = oXMLDOMNotation.publicId  

C/C++ Syntax

HRESULT get_publicId(  
    VARIANT *publicID);  

Parameters

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

C/C++ Return Values

S_OK
The value returned if successful.

E_INVALIDARG
The value returned if the publicID parameter is Null.

Remarks

Variant. The property is read-only. If the public identifier is not specified, the property contains the empty string.

Versioning

Implemented in:

MSXML 3.0, MSXML 6.0

Applies to

IXMLDOMNotation