Discuss this help topic in SecureBlackbox Forum
This property specifies whether the property is included into the signature.
Declaration
[VB.NET]
Property Included As Boolean
[Pascal]
property Included: boolean;
[C++]
bool get_Included();
void set_Included(bool Value);
[PHP]
bool get_Included()
void set_Included(bool $Value)
[Java]
boolean getIncluded();
void setIncluded(boolean Value);
Description
Use this property to specify, whether the property is included to the signature.
Discuss this help topic in SecureBlackbox Forum