Gets or sets the build version number.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Output> Public Property Build As Integer |
C# |
---|
[Output] public int Build { get; set; } |
C++ |
---|
[Output] public property int Build sealed { int get(); void set(int value); } |
J# |
---|
/** @attribute Output() */ /** property */ public int get_Build(); /** property */ public void set_Build(int value); |
JScript |
---|
public function get Build() : int public function set Build(value : int); |
Property Value
The build version number.
See Also
Documentation version 1.0.0.0.