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)
Syntax
'Declaration
Property OSMaxVersionTested As String
string OSMaxVersionTested { get; set; }
property String^ OSMaxVersionTested {
String^ get ();
void set (String^ value);
}
abstract OSMaxVersionTested : string with get, set
function get OSMaxVersionTested () : String
function set OSMaxVersionTested (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.