Activity.ExecutionResult Vlastnost

Definice

ActivityExecutionResult Získá poslední pokus o spuštění této instance.

public:
 property System::Workflow::ComponentModel::ActivityExecutionResult ExecutionResult { System::Workflow::ComponentModel::ActivityExecutionResult get(); };
[System.ComponentModel.Browsable(false)]
public System.Workflow.ComponentModel.ActivityExecutionResult ExecutionResult { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ExecutionResult : System.Workflow.ComponentModel.ActivityExecutionResult
Public ReadOnly Property ExecutionResult As ActivityExecutionResult

Hodnota vlastnosti

ActivityExecutionResult

Poslední ActivityExecutionResult pokus o spuštění této instance.

Atributy

Poznámky

Tato vlastnost je užitečná pouze v případě, že je spuštěna instance pracovního postupu.

Platí pro