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)
Syntax
public int Revision { get; }
Property Value
The revision number, or -1 if the revision number is undefined.
Remarks
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.
Version Information
Available in the .NET Micro Framework versions 3.0, 3.5, 4.0, and 4.1.