Minor Property

MSBuild

Gets or sets the minor version number.


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

Syntax

Visual Basic (Declaration)
<Output>
Public Property Minor As Integer
C#
[Output]
public int Minor { get; set; }
C++
[Output]
public property int Minor sealed  {
    int get();
    void set(int value);
}
J#
/** @attribute Output() */
/** property */
public int get_Minor();

/** property */
public void set_Minor(int value);
JScript
public function get Minor() : int

public function set Minor(value : int);

Property Value

The minor version number.

See Also

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