clsDecisionTableResult..::..oMatchedRow Property
Gets or sets the o matched row.
Namespace:
FlowWright.cDevDecisionEngineAssembly: 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); }