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)

property unsigned int MinorVersion {
	unsigned int get();
	void set(unsigned int value);
}

Property Value

Type: System::UInt32

The minor version of the type library.

Return to top
Show: