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

'Declaration
Public Property ShowEnvironment As Boolean 
    Get 
    Set
'Usage
Dim instance As ErrorPageOptions 
Dim value As Boolean 

value = instance.ShowEnvironment

instance.ShowEnvironment = value
public bool ShowEnvironment { get; set; }
public:
property bool ShowEnvironment {
    bool get ();
    void set (bool value);
}
member ShowEnvironment : bool with get, set
function get ShowEnvironment () : boolean 
function set ShowEnvironment (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

ErrorPageOptions Class

Microsoft.Owin.Diagnostics Namespace