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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.