Version.Revision Property
Gets the value of the revision component of the version number for the current Version object.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
public int Revision { get; }
The revision number, or -1 if the revision number is undefined.
For example, if the version number is 6.2.1.3, the revision number is 3. If the version number is 6.2, the revision number is undefined.
Available in the .NET Micro Framework versions 3.0, 3.5, 4.0, and 4.1.