Pipe.Writer Property

Definition

Gets the PipeWriter for this pipe.

public:
 property System::IO::Pipelines::PipeWriter ^ Writer { System::IO::Pipelines::PipeWriter ^ get(); };
public System.IO.Pipelines.PipeWriter Writer { get; }
member this.Writer : System.IO.Pipelines.PipeWriter
Public ReadOnly Property Writer As PipeWriter

Property Value

A PipeWriter instance for this pipe.

Applies to