Gets Major Version number of the browser. E.g. for IE value can be 5,6 or 7.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public int MajorVersion { get; }
Visual Basic
Public ReadOnly Property MajorVersion As Integer
	Get

See Also