Click or drag to resize

BcfRuleCollectionItem Property (String)

Gets the BcfRule with the specified key.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfRule this[
	string key
] { get; }

Parameters

key
Type: SystemString
Key of the rule.

Return Value

Type: BcfRule
The BcfRule with the specified key.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
ArgumentExceptionkey not in list
See Also