DkmFileTransferStream.RemoteFilePath Property

Definition

Path to the file being transferred. Environment variables will be expanded (ex: %TMP%\deploy.txt). The path must be a full path to the file.

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

Property Value

Returns String.

Applies to