Type: String
Returns the build number of the currently installed JavaScript engine. For example: "5.5.5207".
Note: Use of this property requires the Enterprise Edition of BrowserHawk.
Special notes for this property:
This property is only available for IE 5 and later on Windows 32 and 64-bit platforms.
C# Example:
<%
ExtendedOptions options = new ExtendedOptions();
options.AddProperties("JavaScriptBuild");
ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);
%>
<html>
JavaScriptBuild: <% Response.Write(extBrow.JavaScriptBuild); %>
</html>
See Also: