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

In This Topic
    TryGetValue(Guid,ApplicationUser) Method
    In This Topic
    Get the ApplicationUser with a specified Guid ID.
    Syntax
    '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.
    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