[This is preliminary documentation and is subject to change.]
Third part of version number
Namespace: Tools.InternalTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[DefaultValueAttribute()] public int Build { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute()> _ Public Property Build As Integer Get Set |
| Visual C++ |
|---|
[DefaultValueAttribute()] public: property int Build { int get (); void set (int value); } |
| F# |
|---|
[<DefaultValueAttribute()>] member Build : int with get, set |
| JScript |
|---|
function get Build () : int function set Build (value : int) |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | value is less than zero |