AssemblyVersion Property

MSBuild

Gets or sets the assembly version.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AssemblyVersion As String
C#
public string AssemblyVersion { get; set; }
C++
public property string AssemblyVersion sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_AssemblyVersion();

/** property */
public void set_AssemblyVersion(string value);
JScript
public function get AssemblyVersion() : String

public function set AssemblyVersion(value : String);

Property Value

The assembly version.

See Also

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