ITypeLibInfo.MinorVersion Property

Definition

Gets or sets the minor version of the type library.

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

Property Value

The minor version of the type library.

Attributes

Applies to