Click or drag to resize
IVariableContainerItem Property
Returns the 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 this[
	string name,
	bool throwException = true
] { get; set; }

Parameters

name
Type: SystemString
throwException (Optional)
Type: SystemBoolean

Property Value

Type: Object
See Also