Discuss this help topic in SecureBlackbox Forum

TElXMLReferenceList.Reference

TElXMLReferenceList     See also     


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


Use this read-only property to get a reference from the list.

Declaration

[C#]
    TElXMLReference Reference[int Index];

[VB.NET]
    Property Reference(ByVal Index As Integer) As TElXMLReference

[Pascal]
    property Reference[Index : integer] : TElXMLReference;

[C++]
    TElXMLReference* get_Reference(int32_t Index);

[PHP]
    TElXMLReference get_Reference(integer $Index)

[Java]
    TElXMLReference getReference(int Index);

Parameters

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

Description

    Use this property to access the instances of TElXMLReference objects, contained in the reference list.

See also:     Count     Add     IndexOf    

Discuss this help topic in SecureBlackbox Forum