DLLVersion Property (.NET)

 

This property returns the version number for the CountryHawk .NET DLL file and its edition. For example "2.0.0.1 Enterprise". This can be useful for obtaining version information that may be requested from cyScape support personnel to assist you with a reported question or issue. This is a static property.

Syntax:

 version = CountryObj.DLLVersion

Returns:

Returns the version and edition of the CountryHawk component in use.

VB.NET Example:

 

Response.Write("Version of CH in use is: " + CountryObj.DLLVersion)

C# Example:

 

Response.Write("Version of CH in use is: " + CountryObj.DLLVersion);

Note: This property is read-only.