This documentation is archived and is not being maintained.
HttpRuntime.AppDomainId Property
.NET Framework 1.1
Gets the application identification of the application domain where the HttpRuntime exists.
[Visual Basic] 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;
Property Value
The unique application domain identifier.
Remarks
AppDomainID changes whenever the application is restarted and a new application domain is created.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- EnvironmentPermission for full access to the resource protected by the permission. Associated enumeration: PermissionState.Unrestricted
See Also
HttpRuntime Class | HttpRuntime Members | System.Web Namespace
Show: