DkmFileTransferStream.RemoteFilePath 属性

定义

正在传输的文件的路径。 环境变量将展开 (例如:% TMP% \deploy.txt) 。 路径必须是该文件的完整路径。

public:
 property System::String ^ RemoteFilePath { System::String ^ get(); };
public:
 property Platform::String ^ RemoteFilePath { Platform::String ^ get(); };
public string RemoteFilePath { get; }
member this.RemoteFilePath : string
Public ReadOnly Property RemoteFilePath As String

属性值

String

返回 String

适用于