Discuss this help topic in SecureBlackbox Forum
Specifies filename prefix.
Declaration
[VB.NET]
Property Prefix As String
[Pascal]
property Prefix : string;
[C++]
void get_Prefix(std::string &OutResult);
void set_Prefix(const std::string &Value);
[PHP]
string get_Prefix()
void set_Prefix(string $Value)
[Java]
String getPrefix();
void setPrefix(String Value);
Description
This property contains the filename prefix.
Discuss this help topic in SecureBlackbox Forum