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