Click or drag to resize
IVariableContainerGetVariableValue Method
Returns value of a variable

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
Object GetVariableValue(
	string name,
	bool throwException = true
)

Parameters

name
Type: SystemString
throwException (Optional)
Type: SystemBoolean

Return Value

Type: Object
See Also