FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIBusinessObject..::..setDynamicPropertyValue Method

Sets the dynamic property value.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  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.

Return Value

true if XXXX, false otherwise.