HttpRuntime.AppDomainId Property

Definition

Gets the domain identification of the application domain where the HttpRuntime instance exists.

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

Property Value

The unique application domain identifier.

Remarks

AppDomainID changes whenever the application is restarted and a new application domain is created.

Applies to