IAppxManifestDocument2.OSMaxVersionTested Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the highest operating system tested, for example 6.3.
public:
property System::String ^ OSMaxVersionTested { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ OSMaxVersionTested { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610809348)]
public string OSMaxVersionTested { get; set; }
public string OSMaxVersionTested { get; set; }
[<System.Runtime.InteropServices.DispId(1610809348)>]
member this.OSMaxVersionTested : string with get, set
member this.OSMaxVersionTested : string with get, set
Public Property OSMaxVersionTested As String
Property Value
Returns String.
- Attributes