QuickObjects.ObjectBase Send comments on this topic.
Remove(String) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class > Remove Method : Remove(String) Method
name
Name of the BaseBusinessObject to remove.
Removes all IBusinessObjects with the specified Name.

Syntax

C# 
public void Remove( 
   string name
)

Parameters

name
Name of the BaseBusinessObject to remove.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also