System.Diagnostics.FileVersionInfo.FileMajorPart Property

Gets the major part of the version number.

Syntax

public int FileMajorPart { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Typically, a version number is displayed as "major number.minor number.build number.private part number". A file version number is a 64-bit number that holds the version number for a file as follows:

This property gets the first set of 16 bits.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0