Project.VersionBuild Property

Definition

Gets or sets the build version of the project.

public:
 property int VersionBuild { int get(); void set(int value); };
public int VersionBuild { get; set; }
member this.VersionBuild : int with get, set
Public Property VersionBuild As Integer

Property Value

The build version of the project.

Applies to