ITypeLibInfo.MajorVersion Property

Definition

Gets or sets the major version of the type library.

public:
 property System::UInt32 MajorVersion { System::UInt32 get(); void set(System::UInt32 value); };
public:
 property unsigned int MajorVersion { unsigned int get(); void set(unsigned int value); };
[System.Runtime.InteropServices.DispId(1610743814)]
public uint MajorVersion { [System.Runtime.InteropServices.DispId(1610743814)] get; [System.Runtime.InteropServices.DispId(1610743814)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743814)>]
[<get: System.Runtime.InteropServices.DispId(1610743814)>]
[<set: System.Runtime.InteropServices.DispId(1610743814)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.MajorVersion : uint32 with get, set
Public Property MajorVersion As UInteger

Property Value

The major version of the type library.

Attributes

Applies to