IAppxManifestDocument2::OSMinVersion Property

 

Gets or sets the minimum operating system supported (such as 6.3).

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[DispIdAttribute(1610809346)]
property String^ OSMinVersion {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns String.

Return to top
Show: