FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deExecutionResult..::..success Property

Gets a value indicating whether this deExecutionResult is status.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool success { get; set; }
Public Property success As Boolean
	Get
	Set
public:
property bool^ success {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if status; otherwise, false.