Discuss this help topic in SecureBlackbox Forum

TElOTPUserStorage.Users

TElOTPUserStorage     See also     


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


Returns the desired user from the storage.

Declaration

[C#]
    TElOTPUser Users[int Index];

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

[Pascal]
    property Users[Index: integer] : TElOTPUser;

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

[PHP]
    TElOTPUser get_Users(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired user in the list. The indexing starts with 0.

Description

    Use this property to access the list of users stored by the component.

See also:     Count     Add     Remove     IndexOf    

Discuss this help topic in SecureBlackbox Forum