Discuss this help topic in SecureBlackbox Forum
This property specifies whether the property is signed, or not.
Declaration
[VB.NET]
Property Signed As Boolean
[Pascal]
property Signed: boolean;
[C++]
bool get_Signed();
void set_Signed(bool Value);
[PHP]
bool get_Signed()
void set_Signed(bool $Value)
[Java]
boolean getSigned();
void setSigned(boolean Value);
Description
Use this property to specify, whether the property is signed, or not.
Discuss this help topic in SecureBlackbox Forum