Condividi tramite


TargetFrameworkAttribute.FrameworkDisplayName Proprietà

Definizione

Ottiene il nome visualizzato della versione di .NET con cui è stato compilato un assembly.

public:
 property System::String ^ FrameworkDisplayName { System::String ^ get(); void set(System::String ^ value); };
public string FrameworkDisplayName { get; set; }
public string? FrameworkDisplayName { get; set; }
member this.FrameworkDisplayName : string with get, set
Public Property FrameworkDisplayName As String

Valore della proprietà

Nome visualizzato della versione .NET.

Commenti

La FrameworkDisplayName proprietà in genere restituisce una stringa descrittiva relativamente lunga adatta per la visualizzazione a un utente.

Si applica a

Vedi anche