DkmDeploymentCommand.RemoteExecutable 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 remote executable. Environment variables will be expanded (ex: %TMP%\mycommand.exe). If this is not a full path, the remote debugger will look next to itself, and then search the PATH environment variable.
public:
property System::String ^ RemoteExecutable { System::String ^ get(); };
public:
property Platform::String ^ RemoteExecutable { Platform::String ^ get(); };
public string RemoteExecutable { get; }
member this.RemoteExecutable : string
Public ReadOnly Property RemoteExecutable As String
Property Value
Returns String.