System.Diagnostics.FileVersionInfo.ProductMinorPart Property

Gets the minor part of the version number for the product the file is associated with.

Syntax

public int ProductMinorPart { 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 product version number is a 64-bit number that holds the version number as follows:

This property gets the second 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