HttpRuntime.AppDomainAppId プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象