{{viewport.spaceProperty.prod}}
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() ...