SupportedRuntimeMissingException.SupportedRuntimeVersion Propriedade
Definição
Obtém a versão do runtime em que este aplicativo pode ser instalado e executado.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
Valor da propriedade
Uma cadeia de caracteres que contém o número de versão de tempo de execução.A string that contains the runtime version number.