HttpRuntime.AppDomainAppId 속성

정의

HttpRuntime이 있는 애플리케이션 도메인의 애플리케이션 ID를 가져옵니다.

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이 있는 애플리케이션 도메인의 애플리케이션 ID입니다.

설명

AppDomainAppID 애플리케이션을 고유 하 게 식별 합니다. 애플리케이션 다시 시작 되 고는 새 애플리케이션 도메인을 만든 후에 변경 되지 않습니다.

적용 대상