DetailGroup.Remove Method (DetailItem)
Removes the first occurrence of the specified DetailItem from the DetailGroup.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public bool Remove(
DetailItem item
)
public:
virtual bool Remove(
DetailItem^ item
) sealed
Public Function Remove (
item As DetailItem
) As Boolean
Parameters
item
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.DetailItemThe DetailItem object to be removed from the DetailGroup.
Return Value
Type: System.Boolean
true if the DetailItem object was successfully removed; otherwise, false. This method also returns false if the DetailItem object was not found in the DetailGroup.
Implements
See Also
DetailGroup Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top