Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property K2 As Integer
[Pascal]
property K2 : integer;
[C++]
int32_t get_K2();
void set_K2(int32_t Value);
[PHP]
integer get_K2()
void set_K2(integer $Value)
[Java]
int getK2();
void setK2(int Value);
Description
…
Discuss this help topic in SecureBlackbox Forum