FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDecisionTableResult..::..oMatchedRow Property

Gets or sets the o matched row.

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

Syntax


public clsDecisionTableDataRow oMatchedRow { get; set; }
Public Property oMatchedRow As clsDecisionTableDataRow
	Get
	Set
public:
property clsDecisionTableDataRow^ oMatchedRow {
	clsDecisionTableDataRow^ get ();
	void set (clsDecisionTableDataRow^ value);
}

Field Value

The o matched row.