HttpRuntime.AppDomainId 属性

定义

获取 HttpRuntime 实例所在应用程序域的域标识。Gets the domain identification of the application domain where the HttpRuntime instance exists.

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

属性值

String

唯一应用程序域标识符。The unique application domain identifier.

注解

AppDomainID 在应用程序重新启动并创建新的应用程序域时进行更改。AppDomainID changes whenever the application is restarted and a new application domain is created.

适用于