LineWrappingTextWriterBaseWriter Property  | 
  
    Namespace: 
   Ookii.CommandLine
    Assembly:
   Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic TextWriter BaseWriter { get; }Public ReadOnly Property BaseWriter As TextWriter
	Get
Dim instance As LineWrappingTextWriter
Dim value As TextWriter
value = instance.BaseWriter
public:
property TextWriter^ BaseWriter {
	TextWriter^ get ();
}Property Value
Type: 
TextWriter
            The 
TextWriter that this 
LineWrappingTextWriter is writing to.
            
See Also