次の方法で共有


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 インフラストラクチャがサポートされます。コードから直接使用するためのものではありません。

適用対象