Share via


AppProperties.TraceOutput Property

 

Gets or sets the text writer for “host.TraceOutput”.

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

Syntax

public TextWriter TraceOutput { get; set; }
public:
property TextWriter^ TraceOutput {
    TextWriter^ get();
    void set(TextWriter^ value);
}
member TraceOutput : TextWriter with get, set
Public Property TraceOutput As TextWriter

Property Value

Type: System.IO.TextWriter

The text writer for “host.TraceOutput”.

See Also

AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top