Share via


ITypeLibInfo.MinorVersion Property

Gets or sets the minor version of the type library.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Property MinorVersion As UInteger
'Usage
Dim instance As ITypeLibInfo 
Dim value As UInteger 

value = instance.MinorVersion

instance.MinorVersion = value
uint MinorVersion { get; set; }
property unsigned int MinorVersion {
    unsigned int get ();
    void set (unsigned int value);
}
function get MinorVersion () : uint 
function set MinorVersion (value : uint)

Property Value

Type: System.UInt32
The minor version of the type library.

.NET Framework Security

See Also

Reference

ITypeLibInfo Interface

ITypeLibInfo Members

Microsoft.VisualStudio.VsWizard Namespace