asp.net.ph

HttpRuntime.AppDomainAppId Property

System.Web Namespace   HttpRuntime Class


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

[ VB ]
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.

.NET Framework Security:


See Also

HttpRuntime Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph