BDDVersion Property (.NET)

 

Type: String

 

This static property returns a string that indicates the version of the BDD/BDF data file. For example, "6.01", or "6.01a". This allows you to programmatically access this information through script, rather than having to load the BDF in the BrowserHawk Editor to check this value. This is especially handy if you use BrowserHawk through your hosting provider and want to know what version of the BDD/BDF is installed.

 

Note: Your BDD/BDF file must be created with version 6 or later of the BrowserHawk Editor for this time stamp to be available (otherwise this property will contain a blank string).

 

C# Example:

<html> Your BrowserHawk definitions being used are version:

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

</html>

 

See Also:

BDDDate Property (.NET)

Browser definition files

BrowserHawkVersion Property (.NET)