Gets or sets the method used to generate a
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property BuildType As String |
| C# |
|---|
| public string BuildType { get; set; } |
| C++ |
|---|
| public property string BuildType sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_BuildType(); /** property */ public void set_BuildType(string value); |
| JScript |
|---|
| public function get BuildType() : String public function set BuildType(value : String); |
Remarks
If value is not provided, None is assumed. The
| BuildType | Description |
|---|---|
| None | The number is not modified. |
| Automatic | The number of days since |
| Increment | Increases the previous |
See Also
Documentation version 1.0.0.0.