Discuss this help topic in SecureBlackbox Forum

TElBoxCollaborations.Item

TElBoxCollaborations     See also     


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


Returns the desired item from the list.

Declaration

[C#]
    TElBoxCollaboration Item[int Index];

[VB.NET]
    Property Item(ByVal Index As Integer) As TElBoxCollaboration

[Pascal]
    property Item[Index: integer]: TElBoxCollaboration;

[C++]
    TElBoxCollaboration* get_Item(int32_t Index);

[PHP]
    TElBoxCollaboration get_Item(integer $Index)

[Java]
    TElBoxCollaboration getItem(int Index);

Parameters

  • Index - the index of the desired collaboration in the list, starting from 0.

Description

    Use this property to access individual items from the list.

See also:     Count     IndexOf    

Discuss this help topic in SecureBlackbox Forum