Discuss this help topic in SecureBlackbox Forum
Gets the value of the system identifier of the entity declaration
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum