FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDecisionTableResult..::..matched Property

Gets or sets a value indicating whether this clsDecisionTableResult is matched.

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

Syntax


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

Field Value

true if matched; otherwise, false.