TypeLibVersionAttribute::MajorVersion Property

 

Gets the major version number of the type library.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
property int MajorVersion {
	int get();
}

Property Value

Type: System::Int32

The major version number of the type library.

.NET Framework
Available since 1.1
Return to top
Show: