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 product version number is a 64-bit number that holds the version number as follows:
The first 16 bits are the FileVersionInfo.ProductMajorPart number.
The next 16 bits are the FileVersionInfo.ProductMinorPart number.
The third set of 16 bits are the FileVersionInfo.ProductBuildPart number.
The last 16 bits are the FileVersionInfo.ProductPrivatePart number.