BBjAdmin::getEnvironment

Description

In BBj 5.0 and higher, this method retrieves the BBjAdminEnvironment object.

Syntax

Return Value

Method

BBjAdminEnvironment

getEnvironment()

Parameters

None.

Return Value

The BBjAdminEnvironment object.

Remarks

None.

Example

rem 'Obtain the instance of the BBjAdmin object

INPUT "Enter an Administrator User: ",user$
INPUT "Enter a password: ",password$
admin! = BBjAPI().getAdmin(user$, password$)
env! = admin!.getEnvironment()

See Also

BBjAPI

BBjAdmin

BBjAdminEnvironment

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