HttpRuntime.AppDomainAppId 屬性

定義

取得 HttpRuntime 存在的應用程式定義域的應用程式識別。

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

屬性值

String

HttpRuntime 存在的應用程式定義域的應用程式識別。

備註

AppDomainAppID 可唯一識別應用程式。 在重新開機應用程式並建立新的應用程式域之後,它不會變更。

適用於