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