JavaScriptBuild Property (.NET)

 

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:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("JavaScriptBuild");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

JavaScriptBuild: <% Response.Write(extBrow.JavaScriptBuild); %>

</html>

 

See Also:

JavaScriptEnabled Property (.NET)

JavaScript Property (.NET)

JavaScriptVer Property (.NET)