Discuss this help topic in SecureBlackbox Forum
Specifies location of the sfx-stub.
Declaration
[C#/Java]
string StubName;
[VB.NET]
Property StubName As String
[Pascal]
property StubName : string;
[C++]
void get_StubName(std::string &OutResult);
void set_StubName(const std::string &Value);
[PHP]
string get_StubName()
void set_StubName(string $Value)
Description
Use this property to specify where the sfx-stub is located.
Depending on the value of
StubSource property, this could be a file or resource name.
Discuss this help topic in SecureBlackbox Forum