PrimaryInteropAssemblyAttribute.MajorVersion Property

Definition

Gets the major version number of the type library for which this assembly is the primary interop assembly.

public:
 property int MajorVersion { int get(); };
public int MajorVersion { get; }
member this.MajorVersion : int
Public ReadOnly Property MajorVersion As Integer

Property Value

The major version number of the type library for which this assembly is the primary interop assembly.

Applies to