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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.