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

Remove(Guid) Method
Removes any ApplicationUser item with the specified Guid ID from the ApplicationUserCollection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal id As Guid _
) As Boolean
 

Parameters

id
The Guid ID of the ApplicationUser to remove.

Return Value

True if an 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