DLLVersion Property

 

Type: String

 

Returns the build number of the installed BrowserHawk component, along with the Edition name (Standard, Professional, Enterprise). For example: "5,0,0,23 Enterprise".

 

Tip: This property is particularly useful if you do not have immediate control of the server to check the DLLs properties (such is the case if you are using BrowserHawk through your ISP). Note: This property is available only in BrowserHawk 4.03 and higher – earlier versions will return a string of "Unknown".

 

Syntax:

 bhObj.DLLVersion

 

Example:

<% set bhObj = Server.CreateObject("cyScape.browserObj") %>

<html>The version of BrowserHawk installed is:

<% = bhObj.DLLVersion %>

</html>