HttpRuntime.AppDomainAppId Eigenschaft

Definition

Ruft die Anwendungsidentifikation der Anwendungsdomäne ab, in der sich die HttpRuntime befindet.

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

Eigenschaftswert

String

Die Anwendungsidentifikation der Anwendungsdomäne, in der sich die HttpRuntime befindet.

Hinweise

AppDomainAppID identifiziert die Anwendung eindeutig. Es ändert sich nicht, nachdem die Anwendung neu gestartet wurde und eine neue Anwendungsdomäne erstellt wird.

Gilt für