Edit

Share via


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