Discuss this help topic in SecureBlackbox Forum
Gets the target of the processing instruction.
Declaration
[VB.NET]
Property Target As String
[Pascal]
property Target : WideString;
[C++]
void get_Target(sb_u16string &OutResult);
void get_Target(std::wstring &OutResult);
[PHP]
string get_Target()
[Java]
String getTarget();
Description
Use this property to get the target of the processing instruction.
Discuss this help topic in SecureBlackbox Forum