Property Path
Path
Gets or sets the identifier of the stream on which to write the elements.
public string Path { get; set; }
Property Value
Remarks
If the identifier uses the named pipe prefix \.\pipe</code>, a corresponding
NamedPipeServerStream object is created; otherwise a regular
FileStream is used.