Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: Boolean
true to close the stream after the transfer; otherwise, false.
.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.