System.Version: Property Members

The properties of System.Version are listed below. For a list of all members, see the Version Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Buildint.

Gets the value of the build component of the version number for the current Version object.

[read-only]
Majorint.

Gets the value of the major component of the version number for the current Version object.

[read-only]
MajorRevisionshort.

Gets the high 16 bits of the revision number.

[read-only]
Minorint.

Gets the value of the minor component of the version number for the current Version object.

[read-only]
MinorRevisionshort.

Gets the low 16 bits of the revision number.

[read-only]
Revisionint.

Gets the value of the revision component of the version number for the current Version object.