System.Web Namespace HttpRuntime Class
Gets the application identification of the application domain where the HttpRuntime exists.
[ VB ]
Public Shared ReadOnly Property AppDomainId As String
[ C# ]
public static string AppDomainId {get;}
[ C++ ]
public: __property static String* get_AppDomainId ( );
[ JScript ]
public static function get AppDomainId ( ) : String;
The unique application domain identifier.
AppDomainID changes whenever the application is restarted and a new application domain is created.
.NET Framework Security:
HttpRuntime Members