Freigeben über


HostingEnvironment.IsDevelopmentEnvironment Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob sich die aktuelle Anwendung in einer Entwicklungsumgebung befindet.

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

Eigenschaftswert

Boolean

true, wenn sich die Anwendung in einer Entwicklungsumgebung befindet; andernfalls false.

Gilt für