productVersion - web automation property
Returns the version of the installed Twebst web automation software.
Applies to:
- Core
var name = core.productVersion;
Arguments:
- None.
Remarks:
-
Returns the version formated as a string: major.minor
Example:
var coreObj = new ActiveXObject("OpenTwebst.Core");
var name = coreObj.productVersion;
WScript.Echo(name);
See also:
- Core | productName
©
2017 CodeCentrix Software. All rights reserved.