IPublishProperties3::MinimumRequiredVersion Property

 

Gets or sets the minimum required version for this application for this deployment.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)

[DispIdAttribute(13)]
property String^ MinimumRequiredVersion {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The minimum required version for this application for this deployment.

Return to top
Show: