Discuss this help topic in SecureBlackbox Forum

TElXMLCounterSignatureList.CounterSignature

TElXMLCounterSignatureList     See also     


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


Provides access to the list elements.

Declaration

[C#]
    TElXMLCounterSignature CounterSignature[int Index];

[VB.NET]
    Property CounterSignature(ByVal Index As Integer) As TElXMLCounterSignature

[Pascal]
    property CounterSignature[Index : integer] : TElXMLCounterSignature;

[C++]
    TElXMLCounterSignature* get_CounterSignature(int32_t Index);

[PHP]
    TElXMLCounterSignature get_CounterSignature(integer $Index)

[Java]
    TElXMLCounterSignature getCounterSignature(int Index);

Parameters

  • Index - The index of desired CounterSignature 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.

See also:     Count     Add     Clear     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum