IHostEnvironment.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

屬性值

適用於