'Declaration
Public Function TryFindUserName( _ ByVal userName As String, _ ByRef applicationUser As ApplicationUser _ ) As Boolean
public bool TryFindUserName( string userName, out ApplicationUser applicationUser )
Parameters
- userName
- The fully qualified user name of the desired ApplicationUser.
- applicationUser
- Gets the ApplicationUser with the specified user name if it exists in the ApplicationUserCollection.
Return Value
True if found, false if not found.