Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUserCollection Class / IndexOf Method
The ApplicationUser item to locate in the ApplicationUserCollection.

In This Topic
    IndexOf Method (ApplicationUserCollection)
    In This Topic
    Determines the index of a specific ApplicationUser in the ApplicationUserCollection (in sorted order).
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal item As ApplicationUser _
    ) As Integer
    public int IndexOf( 
       ApplicationUser item
    )

    Parameters

    item
    The ApplicationUser item to locate in the ApplicationUserCollection.

    Return Value

    The index of the ApplicationUser item if found in the list; otherwise, -1.
    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