The BuildVersion property is read only and returns a Long value which is the build version number of the host executable file (cscript or wscript).
WScript.Echo("BuildVersion =", WScript.BuildVersion)BuildVersion =
0This JScript code illustrates the use of this property under WSH 2.0