Share via


Revision Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property Revision As Integer
public int Revision { get; }
public:
property int Revision {
    int get ();
}
member Revision : int with get
function get Revision () : int

Property Value

Type: System. . :: . .Int32
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.

.NET Framework Security

See Also

Reference

Version Class

System Namespace