CompatibleFramework.SupportedRuntime Property

Definition

Specifies the runtime version number of the .NET Framework where an application can install and run.

public:
 property System::String ^ SupportedRuntime { System::String ^ get(); };
public string SupportedRuntime { get; }
member this.SupportedRuntime : string
Public ReadOnly Property SupportedRuntime As String

Property Value

A string that represents the runtime version.

Remarks

New versions of the .NET Framework may operate on previously-released versions of the runtime.

Applies to