HttpRuntime.AppDomainAppId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
屬性值
HttpRuntime 存在的應用程式定義域的應用程式識別。
備註
AppDomainAppID
可唯一識別應用程式。 在重新開機應用程式並建立新的應用程式域之後,它不會變更。