This documentation is archived and is not being maintained.
HttpRuntime.AppDomainAppId Property
.NET Framework 1.1
Gets the application identification of the application domain where the HttpRuntime exists.
[Visual Basic] Public Shared ReadOnly Property AppDomainAppId As String [C#] public static string AppDomainAppId {get;} [C++] public: __property static String* get_AppDomainAppId(); [JScript] public static function get AppDomainAppId() : String;
Property Value
The application identification of the application domain where the HttpRuntime exists.
Remarks
AppDomainAppID uniquely identifies the application. It does not change after 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: