IHostEnvironment.ApplicationName Propiedad

Definición

Obtiene o establece el nombre de la aplicación. El host establece esta propiedad de forma automática en el ensamblado que contiene el punto de entrada de la aplicación.

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

Valor de propiedad

String

Se aplica a