Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.