IAppxManifestDocument2::OSMaxVersionTested Property

 

Gets or sets the highest operating system tested, for example 6.3.

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

[DispIdAttribute(1610809348)]
property String^ OSMaxVersionTested {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns String.

Return to top
Show: