The read-only property returns the "major" portion of the version number.
[Visual Basic] Public ReadOnly Property Major As Integer [C#] public int Major {get;} [C++] public: __property int get_Major(); [JScript] public function get Major() : int;
Read-only. Returns the major version.
For example, if the version number is 6.2, the "major" version is 6.