HostingEnvironment.ApplicationName 属性

定义

获取或设置应用程序的名称。 主机自动将此属性设置为包含应用程序入口点的程序集。

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

属性值

实现

注解

此 API 支持 .NET 基础结构,不应直接从代码使用。

适用于