Find.2 |
Scroll |
Looks for a user with the specified user name and returns it.
Namespace: Therefore.API
Visual Basic Public Overridable Function Find ( _ strUserName As String _ ) As TheUser C# public virtual TheUser Find ( string strUserName ) ParametersstrUserName User name to look for. Return ValueFirst TheUser instance with the specified strUserName in the list. If no matching user is found Nothing (VB), null (C#) or their equivalent in other programming languages is returned. |