Share via


FrameworkName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the name of the .NET Micro Framework version against which a particular assembly was compiled.

Namespace:  System.Runtime.Versioning
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property FrameworkName As String
public string FrameworkName { get; }
public:
property String^ FrameworkName {
    String^ get ();
}
member FrameworkName : string with get
function get FrameworkName () : String

Property Value

Type: System. . :: . .String
The name of the .NET Micro Framework version.

.NET Framework Security

See Also

Reference

TargetFrameworkAttribute Class

System.Runtime.Versioning Namespace