Discuss this help topic in SecureBlackbox Forum
This property specifies the number of Responder IDs in the status request.
Declaration
[C#]
int ResponderIDCount;
[VB.NET]
Property ResponderIDCount As Integer
[Pascal]
property ResponderIDCount : integer;
[C++]
int32_t get_ResponderIDCount();
void set_ResponderIDCount(int32_t Value);
[PHP]
integer get_ResponderIDCount()
void set_ResponderIDCount(integer $Value)
[Java]
int getResponderIDCount();
void setResponderIDCount(int Value);
Description
Use this property to get or set the number of Responder IDs in the status request.
Discuss this help topic in SecureBlackbox Forum