FindUser Method

Summary
Searches for a user in the list of authorized users.
Syntax
C#
VB
C++
public int FindUser( 
   string Username 
) 
Public Function FindUser( _ 
   ByVal Username As String _ 
) As Integer 
public: 
int FindUser(  
   String^ Username 
)  

Parameters

Username
String containing the name of the user you wish to find.

Return Value

The 0-based index of the user if found; otherwise -1

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.