VCActiveXReference.majorVersion 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 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