The result of the last execution

Namespace: MPM.PDAG
Assembly: MPM.PDAG (in MPM.PDAG.dll) Version: 1.0.4428.15748

Syntax

C#
ExecutionResult LastExecutionResult { get; }
Visual Basic
ReadOnly Property LastExecutionResult As ExecutionResult
	Get
Visual C++
property ExecutionResult LastExecutionResult {
	ExecutionResult get ();
}

See Also