次の方法で共有


HttpRuntime.AppDomainAppId プロパティ

定義

HttpRuntime が存在するアプリケーション ドメインのアプリケーション ID を取得します。

public:
 static property System::String ^ AppDomainAppId { System::String ^ get(); };
public static string AppDomainAppId { get; }
member this.AppDomainAppId : string
Public Shared ReadOnly Property AppDomainAppId As String

プロパティ値

String

HttpRuntime が存在するアプリケーション ドメインのアプリケーション ID。

注釈

AppDomainAppID アプリケーションを一意に識別します。 アプリケーションが再起動され、新しいアプリケーション ドメインが作成された後は変更されません。

適用対象