VCActiveXReference.minorVersion Property

Definition

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

Applies to