DetailGroup.Remove Method
Removes the first occurrence of the specified DetailItem from the DetailGroup.
Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)
Usage
Syntax
'Declaration
Public Function Remove ( _
item As DetailItem _
) As Boolean
public bool Remove (
DetailItem item
)
public:
virtual bool Remove (
DetailItem^ item
) sealed
public final boolean Remove (
DetailItem item
)
public final function Remove (
item : DetailItem
) : boolean
Parameters
- item
The DetailItem object to be removed from the DetailGroup.
Return Value
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.
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
DetailGroup Class
DetailGroup Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace