言語

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実行ファイルまたはバッチファイルの名前を含む文字列です。

実装

適用対象