CompilerSettingsSubsystemVersion Property
Gets or sets a value that specifies the minimum version of the subsystem on which the generated executable file can run,
thereby determining the versions of Windows on which the executable file can run.
Most commonly, this option ensures that the executable file can leverage particular security features that aren’t available
with older versions of Windows.
Namespace: DevCase.Core.Diagnostics.CodeCompilationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string SubsystemVersion { get; set; }
Public Property SubsystemVersion As String
Get
Set
Dim instance As CompilerSettings
Dim value As String
value = instance.SubsystemVersion
instance.SubsystemVersion = value
public:
property String^ SubsystemVersion {
String^ get ();
void set (String^ value);
}
member SubsystemVersion : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
The subsystem on which the generated executable file can run.