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