IAppxManifestDocument2.OSMinVersion Property

Definition

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

public:
 property System::String ^ OSMinVersion { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ OSMinVersion { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610809346)]
public string OSMinVersion { get; set; }
public string OSMinVersion { get; set; }
[<System.Runtime.InteropServices.DispId(1610809346)>]
member this.OSMinVersion : string with get, set
member this.OSMinVersion : string with get, set
Public Property OSMinVersion As String

Property Value

Returns String.

Attributes

Applies to