Version.Major 속성

정의

현재 Version 개체에 대한 버전 번호의 주 버전 구성 요소 값을 가져옵니다.

public:
 property int Major { int get(); };
public int Major { get; }
member this.Major : int
Public ReadOnly Property Major As Integer

속성 값

Int32

주 버전 번호입니다.

설명

예를 들어 버전 번호가 6.2이면 주 버전은 6입니다.

적용 대상