Discuss this help topic in SecureBlackbox Forum

TElXMLCustomTimestampList.Timestamp

TElXMLCustomTimestampList     


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


Provides access to the list elements.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Timestamp[Index : integer] : TElXMLCustomTimestamp;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - The index of desired TimeStamp element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this property to get the certain element from the list.

Discuss this help topic in SecureBlackbox Forum