Discuss this help topic in SecureBlackbox Forum
Specifies whether to include IsPassive attribute to the message.
Declaration
[VB.NET]
Property UseIsPassive As Boolean
[Pascal]
property UseIsPassive : boolean;
[C++]
bool get_UseIsPassive();
void set_UseIsPassive(bool Value);
[PHP]
bool get_UseIsPassive()
void set_UseIsPassive(bool $Value)
[Java]
boolean getUseIsPassive();
void setUseIsPassive(boolean Value);
Description
This property specifies whether to include IsPassive attribute to the message.
If IsPassive is omitted, its value is assumed to be false.
The default value is false.
Discuss this help topic in SecureBlackbox Forum