CompatibleFramework.Profile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the profile of the .NET Framework version where an application can install and run.
public:
property System::String ^ Profile { System::String ^ get(); };
public string Profile { get; }
member this.Profile : string
Public ReadOnly Property Profile As String
Property Value
A string that represents the profile.
Remarks
If the .NET Framework version is .NET Framework 4 Client Profile, the Profile property returns "Client". If the .NET Framework version is .NET Framework 4, the Profile property returns "Full".