Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUserCollection Class / ContainsUserName Method
The fully qualified user name of the ApplicationUser of interest.

In This Topic
    ContainsUserName Method
    In This Topic
    Determines whether the ApplicationUserCollection contains a ApplicationUser with a specified user name.
    Syntax
    'Declaration
     
    
    Public Function ContainsUserName( _
       ByVal userName As String _
    ) As Boolean
    public bool ContainsUserName( 
       string userName
    )

    Parameters

    userName
    The fully qualified user name of the ApplicationUser of interest.

    Return Value

    True if present, false if not.
    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