DetailColumn.Remove Method
Removes the first occurrence of the specified DetailGroup from the DetailColumn.
Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)
Usage
Syntax
'Declaration
Public Function Remove ( _
item As DetailGroup _
) As Boolean
public bool Remove (
DetailGroup item
)
public:
virtual bool Remove (
DetailGroup^ item
) sealed
public final boolean Remove (
DetailGroup item
)
public final function Remove (
item : DetailGroup
) : boolean
Parameters
- item
The DetailGroup object to be removed from the DetailColumn.
Return Value
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium
Target Platforms
Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium
See Also
Reference
DetailColumn Class
DetailColumn Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace