SupportedRuntimeMissingException.SupportedRuntimeVersion Property

Definition

Gets the version of the runtime where this application can install and run.

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

Property Value

A string that contains the runtime version number.

Applies to

See also