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