Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

getVersion() - Read Management Console version

Function:

BcAdminMain.getVersion()

Returns the version of the Management Console and returns this as a string.

Parameters:

None

Return:

String containing the version of the Management Console

Exceptions:

BcObjectException

Example:

...
import BcAdminMain
...
admver=BcAdminMain.getVersion()
...