Version Property

MSBuild

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
Version11ASP.NET v1.1
Version20ASP.NET v2.0
VersionLatestThe latest version of ASP.NET available

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.