deIBusinessObject..::..setDynamicPropertyValue Method
Sets the dynamic property value.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
bool setDynamicPropertyValue( clsEngineContext oContext, string key, string val )
Function setDynamicPropertyValue ( _ oContext As clsEngineContext, _ key As String, _ val As String _ ) As Boolean
bool^ setDynamicPropertyValue( clsEngineContext^ oContext, String^ key, String^ val )
Parameters
- oContext
- Type: FlowWright.cDevDecisionEngine..::..clsEngineContext
The o context.
- key
- Type: String
The key.
- val
- Type: String
The value.