Discuss this help topic in SecureBlackbox Forum

TElUsers.Users

TElUsers     See also     


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


Declaration

[C#]
    TElCustomUser Users[int Index];

[VB.NET]
    Property Users(ByVal Index As Integer) As TElCustomUser

[Pascal]
    under development

[C++]
    TElCustomUser* get_Users(int32_t Index);

[PHP]
    TElCustomUser get_Users(integer $Index)

[Java]
    TElCustomUser getUsers(int Index);

Parameters

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

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum