Documentation for this section has not yet been entered.
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:
The first 16 bits are the FileVersionInfo.FileMajorPart number.
The next 16 bits are the FileVersionInfo.FileMinorPart number.
The third set of 16 bits are the FileVersionInfo.FileBuildPart number.
The last 16 bits are the FileVersionInfo.FilePrivatePart number.
This property gets the second set of 16 bits.