VCActiveXReference.minorVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the minor version of the referenced assembly.
public:
property int minorVersion { int get(); };
public:
property int minorVersion { int get(); };
[System.Runtime.InteropServices.DispId(2008)]
public int minorVersion { [System.Runtime.InteropServices.DispId(2008)] get; }
[<System.Runtime.InteropServices.DispId(2008)>]
[<get: System.Runtime.InteropServices.DispId(2008)>]
member this.minorVersion : int
Public ReadOnly Property minorVersion As Integer
Property Value
The minor version of the referenced assembly.
Implements
- Attributes