DkmFileTransferStream.RemoteFilePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.