Siebel Object Interfaces Reference > Siebel VB Quick Reference >

Business Object


Table 60 lists a summary of the Business Object Methods syntax.

Table 60.  Business Object Methods Syntax Summary
Method
Description
Syntax
Function that returns the specified business component.

Dim oBusObject as BusObject
Dim oBusComp as BusComp
set oBusComp = BusObject.GetBusComp(BusCompName as String)

Function that returns the name of the control.

Dim oBusObject as BusObject
Dim sName as String
sName = oBusObject.Name


 Siebel Object Interfaces Reference 
 Published: 18 June 2003