FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDecisionTableResult..::..oMatchedRows Property

Gets or sets the o matched rows.

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

Syntax


public List<clsDecisionTableDataRow> oMatchedRows { get; set; }
Public Property oMatchedRows As List(Of clsDecisionTableDataRow)
	Get
	Set
public:
property List<clsDecisionTableDataRow^>^ oMatchedRows {
	List<clsDecisionTableDataRow^>^ get ();
	void set (List<clsDecisionTableDataRow^>^ value);
}

Field Value

The o matched rows.