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