ExecuteProcess.Executable プロパティ

定義

パッケージの実行時に実行する Microsoft Win32 実行可能ファイルまたはバッチ ファイルの名前を取得または設定します。

public:
 property System::String ^ Executable { System::String ^ get(); void set(System::String ^ value); };
public string Executable { get; set; }
member this.Executable : string with get, set
Public Property Executable As String

プロパティ値

パッケージの実行時に実行する Microsoft Win32 実行可能ファイルまたはバッチ ファイルの名前を含む文字列。

実装

適用対象