BuildVersionInfo

BuildVersionInfo class

Provides information about the current product name and version.

The BuildVersionInfo type exposes the following members:

Properties

NameDescription
ASSEMBLY_VERSIONGets the version number of the assembly.
FILE_VERSIONGets the file version number.
PRODUCTGets the product name.
PRODUCT_MAJORGets the product major version.
PRODUCT_MINORGets the the product minor version.
RELEASE_DATEGets the date of release.

See Also