CompatibleFramework.Profile Propiedad

Definición

Especifica el perfil de la versión de .NET Framework donde se puede instalar y ejecutar una aplicación.

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

Valor de propiedad

String

Una cadena que representa el perfil.

Comentarios

Si la .NET Framework es .NET Framework de cliente 4, la Profile propiedad devuelve "Client". Si la .NET Framework es .NET Framework 4, la Profile propiedad devuelve "Full".

Se aplica a