Compartir a través de


StreamTransferInformation.CloseStream (Propiedad)

Obtiene o establece un valor que indica si se ha de cerrar la secuencia después de la transferencia.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
true para cerrar la secuencia después de la transferencia; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

StreamTransferInformation Clase

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)