Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMNotation::systemId...     IXMLDOMNotation Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMNotation::get_publicId Method


Contains the public identifier for the notation.

Visual Basic Syntax

strValue = oXMLDOMNotation.publicId

C/C++ Syntax

HRESULT get_publicId(
    VARIANT *publicID);

Parameters

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

C/C++ Return Values

S_OK
Value returned if successful.
E_INVALIDARG
Value returned if publicID is null.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.