Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUserCollection Class / RemoveAt Method
The index (in the sorted order) of a ApplicationUser item to remove.

In This Topic
    RemoveAt Method (ApplicationUserCollection)
    In This Topic
    Remove the ApplicationUser item found at a specified index in the ApplicationUserCollection (in sorted order). (Supported but not recommended.)
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index (in the sorted order) of a ApplicationUser item to remove.
    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