System.Diagnostics.FileVersionInfo.ProductPrivatePart Property

Gets the private part number of the product this file is associated with.

Syntax

public int ProductPrivatePart { 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 last 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