FileTransferInformation.Path 属性

获取或设置客户端文件系统上文件的路径和文件名。

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
Public Property Path As String
public string Path { get; private set; }
public:
property String^ Path {
    String^ get ();
    private: void set (String^ value);
}
member Path : string with get, private set
function get Path () : String 
private function set Path (value : String)

属性值

类型:String
客户端文件系统上文件的路径和文件名。

.NET Framework 安全性

请参阅

参考

FileTransferInformation 类

Microsoft.VisualStudio.TestTools.Execution 命名空间

ClientFileName