Version Properties
Collapse the table of content
Expand the table of content

Version Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The Version type exposes the following members.

  NameDescription
Public property Build Gets the value of the build component of the version number for the current Version object.
Public property Major Gets the value of the major component of the version number for the current Version object.
Public property MajorRevision Gets the high 16 bits of the revision number.
Public property Minor Gets the value of the minor component of the version number for the current Version object.
Public property MinorRevision Gets the low 16 bits of the revision number.
Public property Revision Gets the value of the revision component of the version number for the current Version object.
Top

Show:
© 2017 Microsoft