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

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

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