VCActiveXReference.majorVersion Property

Definition

Gets the major version of the referenced assembly.

public:
 property int majorVersion { int get(); };
public:
 property int majorVersion { int get(); };
[System.Runtime.InteropServices.DispId(2007)]
public int majorVersion { [System.Runtime.InteropServices.DispId(2007)] get; }
[<System.Runtime.InteropServices.DispId(2007)>]
[<get: System.Runtime.InteropServices.DispId(2007)>]
member this.majorVersion : int
Public ReadOnly Property majorVersion As Integer

Property Value

The major version of the referenced assembly.

Implements

Attributes

Applies to