ApplicationPoolFailure.OrphanActionParams プロパティ

定義

プロパティによって指定された OrphanActionExe 実行可能ファイルのコマンド ライン パラメーターを取得または設定します。

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

プロパティ値

プロパティで OrphanActionExe 指定された実行可能ファイルのコマンド ライン パラメーター。

次の例では、 プロパティの値を OrphanActionParams 表示します。 このコード例は、ApplicationPoolFailure クラスのために提供されている大規模な例の一部です。

Console.WriteLine("OrphanActionParams:\t{0}",
    manager.ApplicationPoolDefaults.Failure.OrphanActionParams);

注釈

孤立したプロセスのプロセス ID を指定するには、"%1%" を使用します。

適用対象