ITypeLibInfo.MinorVersion 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 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