Class

System.VersionData


Description

Information about the OS system version.

Properties

Name

Type

Read-Only

Shared

BuildVersion

String

MajorVersion

Integer

MinorVersion

Integer

PatchVersion

Integer

Methods

Name

Parameters

Returns

Shared

ToString

String

Property descriptions


System.VersionData.BuildVersion

BuildVersion As String

The build number for this build of the OS.

This property is read-only.


System.VersionData.MajorVersion

MajorVersion As Integer

The OS major version.

This property is read-only.


System.VersionData.MinorVersion

MinorVersion As Integer

The OS minor version.

This property is read-only.


System.VersionData.PatchVersion

PatchVersion As Integer

The OS patch/bug version.

This property is read-only.

Method descriptions


System.VersionData.ToString

ToString As String

Returns a text form of the OS version.

Notes

You can get an instance of this class using the System.Version method.

Compatibility

All project types on all supported operating systems.

See also

Object parent class; System.Version method