Discuss this help topic in SecureBlackbox Forum
Specifies title string to be shown on data extraction.
Declaration
[VB.NET]
Property SFXTitle As String
[Pascal]
property SFXTitle : string;
[C++]
void get_SFXTitle(std::string &OutResult);
void set_SFXTitle(const std::string &Value);
[PHP]
string get_SFXTitle()
void set_SFXTitle(string $Value)
Description
Use this property to set the title which is shown on data extraction.
Discuss this help topic in SecureBlackbox Forum