SDKManifest.MinOSVersion 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.
MinOSVersion found in the sdk manifest, defaults to 6.2.1 for framework extension SDKs when manifest does not have this property set
public:
property System::String ^ MinOSVersion { System::String ^ get(); };
public string MinOSVersion { get; }
member this.MinOSVersion : string
Public ReadOnly Property MinOSVersion As String