Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUserCollection Class / TryFindUserName Method
The fully qualified user name of the desired ApplicationUser.
Gets the ApplicationUser with the specified user name if it exists in the ApplicationUserCollection.

In This Topic
    TryFindUserName Method
    In This Topic
    Get the ApplicationUser with a specified fully qualified user name.
    Syntax
    '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.
    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