The version of ASP.NET to install
Namespace: MSBuild.Community.Tasks.AspNet
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Version As String |
| C# |
|---|
| public string Version { get; set; } |
| C++ |
|---|
| public property string Version sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Version(); /** property */ public void set_Version(string value); |
| JScript |
|---|
| public function get Version() : String public function set Version(value : String); |
Remarks
The default behavior is to use the latest version of ASP.NET available on the computer.
| Version | |
|---|---|
| Version11 | ASP.NET v1.1 |
| Version20 | ASP.NET v2.0 |
| VersionLatest | The latest version of ASP.NET available |
See Also
Documentation version 1.0.0.0.