Reference::MinorVersion Property
Visual Studio 2015
Gets the minor version number of the reference. Read-only.
Assembly: VSLangProj (in VSLangProj.dll)
Property Value
Type: System::Int32Long.
The number returned depends on the reference type.
Reference Type | Value Returned |
|---|---|
Assembly | Minor release number of the reference; 0–9999. |
COM | A long value. |
The version of a reference is uniquely identified by four components: major, minor, build, and revision. The major and minor components are required. The revision component is optional when build is not defined. COM objects do not have revision and build components. For more information, see Assembly Versioning.
Show: