RemoveItem Method
Description
Removes item from the database. Removal takes place immediately, without a Post.
Syntax
Visual Basic
Public Sub RemoveItem( _
   ByVal ItemKey As Variant _
) 
Parameters
ItemKey
Either a HostGroup Object, the host group name, or a Variant Array of the names of the host groups to remove.
See Also