Share via


IOwinContext.TraceOutput Property

Gets or sets the host.TraceOutput environment value.

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

Syntax

'Declaration
Property TraceOutput As TextWriter 
    Get 
    Set
'Usage
Dim instance As IOwinContext 
Dim value As TextWriter 

value = instance.TraceOutput

instance.TraceOutput = value
TextWriter TraceOutput { get; set; }
property TextWriter^ TraceOutput {
    TextWriter^ get ();
    void set (TextWriter^ value);
}
abstract TraceOutput : TextWriter with get, set
function get TraceOutput () : TextWriter 
function set TraceOutput (value : TextWriter)

Property Value

Type: System.IO.TextWriter

See Also

Reference

IOwinContext Interface

Microsoft.Owin Namespace