DLLVersion Property

Syntax:

 buildInfo = chObj.DLLVersion

Returns:

Returns the build number of the installed CountryHawk component, along with the Edition name (Standard, Professional, Enterprise). For example: "1, 0, 0, 9 Enterprise".

Example:

<% set chObj = CreateObject("cyScape.countryObj")

buildInfo = chObj.DLLVersion

response.write "CountryHawk version: " & buildInfo %>

 

Tip: This property is particularly useful if you do not have the ability to check the DLL's version information on the server (such as the case where you are using CountryHawk through your ISP).

Note: This property is read-only.

See Also:

About the Properties and Methods Guide