Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfo.Items

TElXMLKeyInfo     See also     


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


Get a property from the list.

Declaration

[C#]
    TElXMLKeyInfoItem Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElXMLKeyInfoItem

[Pascal]
    property Items[Index : integer] : TElXMLKeyInfoItem;

[C++]
    TElXMLKeyInfoItem* get_Items(int32_t Index);

[PHP]
    TElXMLKeyInfoItem get_Items(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this property to access the instances of TElXMLKeyInfoItem class, contained in the KeyInfo XML element.

See also:     Count     Add     Insert    

Discuss this help topic in SecureBlackbox Forum