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