Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
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: |
|
Example: | ... import BcAdminMain ... admver=BcAdminMain.getVersion() ... |