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

Syntax

C#
public bool ContinueOnFailure { get; set; }
Visual Basic
Public Property ContinueOnFailure As Boolean
	Get
	Set
Visual C++
public:
property bool ContinueOnFailure {
	bool get ();
	void set (bool value);
}

See Also