BBjAPI::getConfig

Description

Retrieves the current BBjConfig.

Syntax

Return Value

Method

BBjConfig

getConfig()

Parameters

None.

Return Value

Retrieves the current BBjConfig.

Remarks

None.

Example

rem 'Obtain the instance of the BBjConfig object

rem 'Obtain the instance of the BBjAPI object
let myAPI! = BBjAPI()

rem 'Obtain the instance of the BBjConfig object
let myConfig! = myAPI!.getConfig()
release

See Also

BBjAPI

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.