←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly