Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUserCollection Class / TryGetValue Method / TryGetValue(String,ApplicationUser) Method
The unique key of the desired ApplicationUser.
Gets the ApplicationUser with the specified key if it exists in the ApplicationUserCollection.

TryGetValue(String,ApplicationUser) Method
Get the ApplicationUser with a specified Key. (Use TryFindUserName() to look up by fully qualified user name.)
Syntax
'Declaration
 
Public Overloads Function TryGetValue( _
   ByVal key As String, _
   ByRef applicationUser As ApplicationUser _
) As Boolean
 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also