Project.VersionBuild 속성

정의

프로젝트의 빌드 버전을 가져오거나 설정합니다.

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

속성 값

Int32

프로젝트의 빌드 버전입니다.

적용 대상