Partilhar via


Propriedade StreamTransferInformation.FileName

Obtém o caminho e o nome do arquivo no cliente.

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

Sintaxe

'Declaração
Public Property FileName As String
public string FileName { get; private set; }
public:
property String^ FileName {
    String^ get ();
    private: void set (String^ value);
}
member FileName : string with get, private set
function get FileName () : String
private function set FileName (value : String)

Valor de propriedade

Tipo: System.String
O caminho e o nome do arquivo no cliente.

Segurança do .NET Framework

Consulte também

Referência

StreamTransferInformation Classe

Namespace Microsoft.VisualStudio.TestTools.Execution