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