IControl::Version Property

 

Gets or sets the version of the type library or control.

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

property String^ Version {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The version of the type library or control.

Return to top
Show: