HostingEnvironment.IsHosted Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die aktuelle Anwendungsdomäne von einem ApplicationManager-Objekt gehostet wird.

public:
 static property bool IsHosted { bool get(); };
public static bool IsHosted { get; }
member this.IsHosted : bool
Public Shared ReadOnly Property IsHosted As Boolean

Eigenschaftswert

Boolean

true, wenn die Anwendungsdomäne von einem ApplicationManager-Objekt gehostet wird, andernfalls false.

Gilt für