Siebel Object Interfaces Reference > Siebel VB Quick Reference >

Business Object Methods for Siebel VB


Table 51 lists a summary of the Business Object methods' syntax.

Table 51. Business Object Methods Syntax Summary
Method
Description
Syntax

GetBusComp Method

Function that returns the specified business component.

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

Name Method

Function that returns the name of the business object.

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

Siebel Object Interfaces Reference