Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property M As Integer
[Pascal]
property M : integer;
[C++]
int32_t get_M();
void set_M(int32_t Value);
[PHP]
integer get_M()
void set_M(integer $Value)
[Java]
int getM();
void setM(int Value);
Description
…
Discuss this help topic in SecureBlackbox Forum