Siebel Object Interfaces Reference > Siebel VB Quick Reference >

Business Object Methods for Siebel VB


Table 66 lists a summary of the business object methods' syntax.

Table 66. 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 Copyright © 2008, Oracle. All rights reserved.