Share via


FrameworkDisplayName Property

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

Gets the display name of the .NET Micro Framework version against which an assembly was built.

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

Syntax

'Declaration
Public Property FrameworkDisplayName As String
public string FrameworkDisplayName { get; set; }
public:
property String^ FrameworkDisplayName {
    String^ get ();
    void set (String^ value);
}
member FrameworkDisplayName : string with get, set
function get FrameworkDisplayName () : String
function set FrameworkDisplayName (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

TargetFrameworkAttribute Class

System.Runtime.Versioning Namespace