StreamTransferInformation.Stream Property

Gets or sets the stream for the transfer.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property Stream As Stream
public Stream Stream { get; private set; }
public:
property Stream^ Stream {
    Stream^ get ();
    private: void set (Stream^ value);
}
member Stream : Stream with get, private set
function get Stream () : Stream
private function set Stream (value : Stream)

Property Value

Type: System.IO.Stream
The stream for the transfer.

.NET Framework Security

See Also

Reference

StreamTransferInformation Class

Microsoft.VisualStudio.TestTools.Execution Namespace