Discuss this help topic in SecureBlackbox Forum
Specifies the metadata directory.
Declaration
[C#]
string MetadataDirName;
[VB.NET]
Property MetadataDirName As String
[Pascal]
property MetadataDirName : string;
[C++]
void get_MetadataDirName(std::string &OutResult);
void set_MetadataDirName(const std::string &Value);
[PHP]
string get_MetadataDirName()
void set_MetadataDirName(string $Value)
[Java]
String getMetadataDirName();
void setMetadataDirName(String Value);
Description
Use this property to specify the name of the directory where the metadata will be stored.
The default value is .sbbmeta.
Discuss this help topic in SecureBlackbox Forum