Share via


ErrorPageOptions.ShowEnvironment Property

 

Enables the enumeration of the OWIN environment values.

Namespace:   Microsoft.Owin.Diagnostics
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

public bool ShowEnvironment { get; set; }
public:
property bool ShowEnvironment {
    bool get();
    void set(bool value);
}
member ShowEnvironment : bool with get, set
Public Property ShowEnvironment As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

ErrorPageOptions Class
Microsoft.Owin.Diagnostics Namespace

Return to top