BBjThinClient::getClientName

Description

This method returns the machine name of the client machine.

Syntax

Return Value

Method

string

getClientName()

Parameters

None.

Return Value

Returns the machine name of the client machine.

BUI logoRemarks

See BUI: Interacting with client files for a detailed discussion of the BUI BBjThinClient.

Example

tc!=BBjAPI().getThinClient()
print tc!.getClientName()

See Also

BBjAPI

BBjThinClient

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