HttpRuntime.AppDomainAppId 属性

定义

获取存在 HttpRuntime 的应用程序域的应用程序标识。

public:
 static property System::String ^ AppDomainAppId { System::String ^ get(); };
public static string AppDomainAppId { get; }
static member AppDomainAppId : string
Public Shared ReadOnly Property AppDomainAppId As String

属性值

存在 HttpRuntime 的应用程序域的应用程序标识。

注解

AppDomainAppID 唯一标识应用程序。 重新启动应用程序并创建新的应用程序域后,它不会更改。

适用于