VBScriptBuild Property (.NET)

 

Type: String

 

Returns the build number of the currently installed VBScript 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("VBScriptBuild");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

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

</html>

 

See Also:

VBScriptEnabled Property (.NET)

VBScript Property (.NET)

JavaScriptBuild Property (.NET)