StreamTransferInformation.CloseStream Property

Gets or sets a value that indicates whether to close the stream after the transfer.

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

Syntax

'Declaration
Public Property CloseStream As Boolean
public bool CloseStream { get; private set; }
public:
property bool CloseStream {
    bool get ();
    private: void set (bool value);
}
member CloseStream : bool with get, private set
function get CloseStream () : boolean
private function set CloseStream (value : boolean)

Property Value

Type: System.Boolean
true to close the stream after the transfer; otherwise, false.

.NET Framework Security

See Also

Reference

StreamTransferInformation Class

Microsoft.VisualStudio.TestTools.Execution Namespace