Discuss this help topic in SecureBlackbox Forum

TElBoxGroupMembers.Items

TElBoxGroupMembers     See also     


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


Returns the desired element of the list.

Declaration

[C#]
    TElBoxGroupMember Items[int Index];

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

[Pascal]
    property Items[Index: Integer]: TElBoxGroupMember;

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

[PHP]
    TElBoxGroupMember get_Items(integer $Index)

[Java]
    TElBoxGroupMember getItems(int Index);

Parameters

  • Index - the index of the desired item, starting from 0.

Description

    Use this property to get the specified member from the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum