HttpRuntime::AppDomainAppId Property

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ AppDomainAppId {
	static String^ get();
}

Property Value

Type: System::String^

The application identification of the application domain where the HttpRuntime exists.

AppDomainAppID uniquely identifies the application. It does not change after the application is restarted and a new application domain is created.

.NET Framework
Available since 1.1
Return to top
Show: