TargetFrameworkAttribute.FrameworkName Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the name of the .NET Framework version against which a particular assembly was compiled.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.StringThe name of the .NET Framework version with which the assembly was compiled.
The FrameworkName property maps to the frameworkName parameter of the TargetFrameworkAttribute constructor. It represents the .NET Framework version in a compact form.
Show: