Discuss this help topic in SecureBlackbox Forum

TElBoxGroupMemberships.Items

TElBoxGroupMemberships     See also     


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


Returns the item by its index.

Declaration

[C#]
    TElBoxGroupMembership Items[int Index];

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

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

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

[PHP]
    TElBoxGroupMembership get_Items(integer $Index)

[Java]
    TElBoxGroupMembership getItems(int Index);

Parameters

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

Description

    Use this property to access individual items of the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum