Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUserCollection Class / Remove Method / Remove(ApplicationUser) Method
The ApplicationUser item to remove.

In This Topic
    Remove(ApplicationUser) Method
    In This Topic
    Removes a specified ApplicationUser item from the ApplicationUserCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal item As ApplicationUser _
    ) As Boolean
    public bool Remove( 
       ApplicationUser item
    )

    Parameters

    item
    The ApplicationUser item to remove.

    Return Value

    True if item was found and removed from the ApplicationUserCollection, 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