Discuss this help topic in SecureBlackbox Forum
Specifies the number of arbitrary data objects.
Declaration
[C#]
int OtherMessageCount;
[VB.NET]
Property OtherMessageCount As Integer
[Pascal]
property OtherMessageCount : integer;
[C++]
int32_t get_OtherMessageCount();
[PHP]
integer get_OtherMessageCount()
[Java]
int getOtherMessageCount();
Description
Use this property to get the number of arbitrary data objects.
Discuss this help topic in SecureBlackbox Forum