Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property HybridPoints As Boolean
[Pascal]
property HybridPoints : boolean;
[C++]
bool get_HybridPoints();
void set_HybridPoints(bool Value);
[PHP]
bool get_HybridPoints()
void set_HybridPoints(bool $Value)
[Java]
boolean getHybridPoints();
void setHybridPoints(boolean Value);
Description
…
Discuss this help topic in SecureBlackbox Forum