Discuss this help topic in SecureBlackbox Forum
Specifies category of the data.
Declaration
[VB.NET]
Property Category As String
[Pascal]
property Category : WideString;
[C++]
void get_Category(sb_u16string &OutResult);
void get_Category(std::wstring &OutResult);
void set_Category(const sb_u16string &Value);
void set_Category(const std::wstring &Value);
[PHP]
string get_Category()
void set_Category(string $Value)
[Java]
String getCategory();
void setCategory(String Value);
Description
Use this property to categorize content of the package.
Discuss this help topic in SecureBlackbox Forum