TargetFrameworkAttribute.FrameworkName Property
Silverlight
Gets the name of the .NET Framework version against which a particular assembly was compiled.
Namespace: System.Runtime.Versioning
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.