Discuss this help topic in SecureBlackbox Forum
...
Declaration
[C#/Java]
string DevMajor;
[VB.NET]
Property DevMajor As String
[Pascal]
property DevMajor : string;
[C++]
void get_DevMajor(std::string &OutResult);
void set_DevMajor(const std::string &Value);
[PHP]
string get_DevMajor()
void set_DevMajor(string $Value)
Description
...
Discuss this help topic in SecureBlackbox Forum