Discuss this help topic in SecureBlackbox Forum
...
Declaration
[C#/Java]
long ProcessedData;
[VB.NET]
Property ProcessedData As Long
[Pascal]
property ProcessedData : UInt64;
[C++]
int64_t get_ProcessedData();
void set_ProcessedData(int64_t Value);
[PHP]
integer get_ProcessedData()
void set_ProcessedData(integer $Value)
Description
...
Discuss this help topic in SecureBlackbox Forum