BaseView.Output Property

The output stream

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

Syntax

'Declaration
Protected Property Output As StreamWriter 
    Get 
    Private Set
'Usage
Dim value As StreamWriter 

value = Me.Output
protected StreamWriter Output { get; private set; }
protected:
property StreamWriter^ Output {
    StreamWriter^ get ();
    private: void set (StreamWriter^ value);
}
member Output : StreamWriter with get, private set
function get Output () : StreamWriter 
private function set Output (value : StreamWriter)

Property Value

Type: System.IO.StreamWriter

See Also

Reference

BaseView Class

Microsoft.Owin.Diagnostics.Views Namespace