asp.net.ph

HttpRuntime.AppDomainId Property

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;

Property Value

The unique application domain identifier.

Remarks

AppDomainID changes whenever the application is restarted and a new application domain is created.

.NET Framework Security:


See Also

HttpRuntime Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note