FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIBusinessObject..::..getDynamicPropertyValue Method

Gets the dynamic property value.

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

Syntax


string getDynamicPropertyValue(
	clsEngineContext oContext,
	string key
)
Function getDynamicPropertyValue ( _
	oContext As clsEngineContext, _
	key As String _
) As String
String^ getDynamicPropertyValue(
	clsEngineContext^ oContext, 
	String^ key
)

Parameters

oContext
Type: FlowWright.cDevDecisionEngine..::..clsEngineContext
The o context.
key
Type: String
The key.

Return Value

System.String.