[This is preliminary documentation and is subject to change.]

Fourth part of version number

Namespace: Tools.InternalT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[DefaultValueAttribute()]
public int Revision { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property Revision As Integer
	Get
	Set
Visual C++
[DefaultValueAttribute()]
public:
property int Revision {
	int get ();
	void set (int value);
}
F#
[<DefaultValueAttribute()>]
member Revision : int with get, set
JScript
function get Revision () : int
function set Revision (value : int)

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionvalue is less than zero

See Also