Discuss this help topic in SecureBlackbox Forum

TElXMLDOMEntity.PublicID

TElXMLDOMEntity     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Gets the value of the public identifier of the entity

Declaration

[C#]
    string PublicID;

[VB.NET]
    Property PublicID As String

[Pascal]
    property PublicID : WideString;

[C++]
    void get_PublicID(sb_u16string &OutResult);
    void get_PublicID(std::wstring &OutResult);

[PHP]
    string get_PublicID()

[Java]
    String getPublicID();

Description

    Use this property to get the public identifier of the entity declaration.

See also:     SystemID    

Discuss this help topic in SecureBlackbox Forum