BrowserHawkVersion Property (.NET)

 

Type: String

 

Returns the build number of the installed BrowserHawk .NET component, along with the Edition name (Standard, Professional, Enterprise). For example: "7.0.0.9 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:

 

Syntax:

 BrowserObj.BrowserHawkVersion;

 

Example:

<html>The version of BrowserHawk for .NET installed is:

<% Response.Write(BrowserObj.BrowserHawkVersion); %>

</html>

 

See Also:

BDDDate Property (.NET)

BDDVersion Property (.NET)