HttpRuntime.AppDomainId プロパティ

定義

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

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

プロパティ値

一意のアプリケーション ドメイン ID。

注釈

AppDomainID は、アプリケーションが再起動され、新しいアプリケーション ドメインが作成されるたびに変更されます。

適用対象