Discuss this help topic in SecureBlackbox Forum
Specifies the trailer field value.
Declaration
[VB.NET]
Property TrailerField As Integer
[Pascal]
property TrailerField : integer;
[C++]
int32_t get_TrailerField();
void set_TrailerField(int32_t Value);
[PHP]
integer get_TrailerField()
void set_TrailerField(integer $Value)
[Java]
int getTrailerField();
void setTrailerField(int Value);
Description
Specifies the value of the trailer field.
The default value is 1.
Discuss this help topic in SecureBlackbox Forum