Discuss this help topic in SecureBlackbox Forum

TElFTPSUsers.FTPSUsers

TElFTPSUsers     See also     


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


Declaration

[C#]
    TElFTPSUser FTPSUsers[int Index];

[VB.NET]
    Property FTPSUsers(ByVal Index As Integer) As TElFTPSUser

[Pascal]
    under development

[C++]
    TElFTPSUser* get_FTPSUsers(int32_t Index);

[PHP]
    TElFTPSUser get_FTPSUsers(integer $Index)

[Java]
    TElFTPSUser getFTPSUsers(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