Discuss this help topic in SecureBlackbox Forum
This property contains the text data.
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 value of the text node.
Discuss this help topic in SecureBlackbox Forum