Freigeben über


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)

Syntax

'Declaration
Property OSMinVersion As String
string OSMinVersion { get; set; }
property String^ OSMinVersion {
    String^ get ();
    void set (String^ value);
}
abstract OSMinVersion : string with get, set
function get OSMinVersion () : String 
function set OSMinVersion (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

IAppxManifestDocument2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace