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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly