Discuss this help topic in SecureBlackbox Forum

TElXMLDOMEntity.SystemID

TElXMLDOMEntity     See also     


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


Gets the value of the system identifier of the entity declaration

Declaration

[C#]
    string SystemID;

[VB.NET]
    Property SystemID As String

[Pascal]
    property SystemID : WideString;

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

[PHP]
    string get_SystemID()

[Java]
    String getSystemID();

Description

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

See also:     PublicID    

Discuss this help topic in SecureBlackbox Forum