Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.TimestampCount

TElASiCContainer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the number of timestamp tokens in the container.

Declaration

[C#]
    int TimestampCount;

[VB.NET]
    Property TimestampCount As Integer

[Pascal]
    property TimestampCount : integer;

[C++]
    not available

[PHP]
    integer get_TimestampCount()

[Java]
    int getTimestampCount();

Description

Use this property to get the number of timestamps in the container.

See also:     Timestamps    

Discuss this help topic in SecureBlackbox Forum